Html Css Color HEX #A199BF Wistful

📋 copy color: '#A199BF'

red 161 ◦ green 153 ◦ blue 191

#A199BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A199BF

Tints of Wistful #A199BF

RGB

 RED value IS 161 (63.28% from 255) = 31.88%

 GREEN value IS 153 (60.16% from 255) = 30.3%

 BLUE value IS 191 (75% from 255) = 37.82%

R = 31.88%
G = 30.3%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A199BF (or 0xA199BF) is known color: Wistful. HEX triplet: A1, 99 and BF. RGB value is (161,153,191). Sum of RGB (Red+Green+Blue) = 161+153+191=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A199BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199BF is #5E6640. Grayscale: #9F9F9F. Windows color (decimal): -6186561 or 12556705. OLE color: 12556705.

HSL color Cylindrical-coordinate representation of color #A199BF: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A199BF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 153 191 -
CMYK 0.16 0.20 0 0.25
HSL 252.63º 0.23% 0.67% -
HSV(B) 252.63º 0.2% 0.75% -
XYZ 35.49 34.12 54.01 -
YUV 159.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 161 153 191 0.16 0.20 0 0.25 252.63 0.23 0.67
Hex A1 99 BF 10 14 0 19 FD 17 43
Octal 241 231 277 20 24 0 31 375 27 103
Binary 10100001 10011001 10111111 10000 10100 0 11001 11111101 10111 1000011

Color Harmonies of #A199BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199BF

Black with #A199BF

Text Example


Text Example

White with #A199BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199BF; }

 p { color: rgb(161,153,191); }

 H1.HeaderClassName
 {
   color: #A199BF;
 }
 .AnyTagClassName
 {
   color: #A199BF;
 }
</style>

background-color css

<style>
 a { background-color: #A199BF; }

 a { background-color: rgb(161,153,191); }

 div.DivClassName
 {
   background-color: #A199BF;
 }
 .BgClassName
 {
   background-color: #A199BF;
 }
</style>

border-color css

<style>
 span { border-color: #A199BF; }

 span { border-color: rgb(161,153,191); }

 td.TdClassName
 {
   border-color: #A199BF;
 }
 .TagClassName
 {
   border-color: #A199BF;
 }
</style>