Html Css Color HEX #AFA8C9 Wistful

📋 copy color: '#AFA8C9'

red 175 ◦ green 168 ◦ blue 201

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

Shades of Wistful #AFA8C9

Tints of Wistful #AFA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 32.17%
G = 30.88%
B = 36.95%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFA8C9 (or 0xAFA8C9) is known color: Wistful. HEX triplet: AF, A8 and C9. RGB value is (175,168,201). Sum of RGB (Red+Green+Blue) = 175+168+201=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFA8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8C9 is #505736. Grayscale: #ADADAD. Windows color (decimal): -5265207 or 13215919. OLE color: 13215919.

HSL color Cylindrical-coordinate representation of color #AFA8C9: hue angle of 252.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA8C9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 168 201 -
CMYK 0.13 0.16 0 0.21
HSL 252.73º 0.23% 0.72% -
HSV(B) 252.73º 0.16% 0.79% -
XYZ 42.22 41.34 61.01 -
YUV 173.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 175 168 201 0.13 0.16 0 0.21 252.73 0.23 0.72
Hex AF A8 C9 D 10 0 15 FD 17 48
Octal 257 250 311 15 20 0 25 375 27 110
Binary 10101111 10101000 11001001 1101 10000 0 10101 11111101 10111 1001000

Color Harmonies of #AFA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8C9

Black with #AFA8C9

Text Example


Text Example

White with #AFA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8C9; }

 p { color: rgb(175,168,201); }

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

background-color css

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

 a { background-color: rgb(175,168,201); }

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

border-color css

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

 span { border-color: rgb(175,168,201); }

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