Html Css Color HEX #AFAABF Wistful

📋 copy color: '#AFAABF'

red 175 ◦ green 170 ◦ blue 191

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

Shades of Wistful #AFAABF

Tints of Wistful #AFAABF

RGB

 RED value IS 175 (68.75% from 255) = 32.65%

 GREEN value IS 170 (66.8% from 255) = 31.72%

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

R = 32.65%
G = 31.72%
B = 35.63%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFAABF (or 0xAFAABF) is known color: Wistful. HEX triplet: AF, AA and BF. RGB value is (175,170,191). Sum of RGB (Red+Green+Blue) = 175+170+191=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAABF is #505540. Grayscale: #ADADAD. Windows color (decimal): -5264705 or 12561071. OLE color: 12561071.

HSL color Cylindrical-coordinate representation of color #AFAABF: hue angle of 254.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAABF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 170 191 -
CMYK 0.08 0.11 0 0.25
HSL 254.29º 0.14% 0.71% -
HSV(B) 254.29º 0.11% 0.75% -
XYZ 41.46 41.63 55.14 -
YUV 173.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 175 170 191 0.08 0.11 0 0.25 254.29 0.14 0.71
Hex AF AA BF 8 B 0 19 FE E 47
Octal 257 252 277 10 13 0 31 376 16 107
Binary 10101111 10101010 10111111 1000 1011 0 11001 11111110 1110 1000111

Color Harmonies of #AFAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAABF

Black with #AFAABF

Text Example


Text Example

White with #AFAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAABF; }

 p { color: rgb(175,170,191); }

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

background-color css

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

 a { background-color: rgb(175,170,191); }

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

border-color css

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

 span { border-color: rgb(175,170,191); }

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