Html Css Color HEX #AFA8CC Wistful

📋 copy color: '#AFA8CC'

red 175 ◦ green 168 ◦ blue 204

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

Shades of Wistful #AFA8CC

Tints of Wistful #AFA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 31.99%
G = 30.71%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFA8CC (or 0xAFA8CC) is known color: Wistful. HEX triplet: AF, A8 and CC. RGB value is (175,168,204). Sum of RGB (Red+Green+Blue) = 175+168+204=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CC is #505733. Grayscale: #AEAEAE. Windows color (decimal): -5265204 or 13412527. OLE color: 13412527.

HSL color Cylindrical-coordinate representation of color #AFA8CC: hue angle of 251.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA8CC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 168 204 -
CMYK 0.14 0.18 0 0.2
HSL 251.67º 0.26% 0.73% -
HSV(B) 251.67º 0.18% 0.8% -
XYZ 42.58 41.48 62.89 -
YUV 174.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 175 168 204 0.14 0.18 0 0.2 251.67 0.26 0.73
Hex AF A8 CC E 12 0 14 FC 1A 49
Octal 257 250 314 16 22 0 24 374 32 111
Binary 10101111 10101000 11001100 1110 10010 0 10100 11111100 11010 1001001

Color Harmonies of #AFA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8CC

Black with #AFA8CC

Text Example


Text Example

White with #AFA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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