Html Css Color HEX #AFAAC2 Wistful

📋 copy color: '#AFAAC2'

red 175 ◦ green 170 ◦ blue 194

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

Shades of Wistful #AFAAC2

Tints of Wistful #AFAAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 32.47%
G = 31.54%
B = 35.99%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFAAC2 (or 0xAFAAC2) is known color: Wistful. HEX triplet: AF, AA and C2. RGB value is (175,170,194). Sum of RGB (Red+Green+Blue) = 175+170+194=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAC2 is #50553D. Grayscale: #AEAEAE. Windows color (decimal): -5264702 or 12757679. OLE color: 12757679.

HSL color Cylindrical-coordinate representation of color #AFAAC2: hue angle of 252.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAAC2 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 170 194 -
CMYK 0.10 0.12 0 0.24
HSL 252.5º 0.16% 0.71% -
HSV(B) 252.5º 0.12% 0.76% -
XYZ 41.79 41.76 56.9 -
YUV 174.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 175 170 194 0.10 0.12 0 0.24 252.5 0.16 0.71
Hex AF AA C2 A C 0 18 FD 10 47
Octal 257 252 302 12 14 0 30 375 20 107
Binary 10101111 10101010 11000010 1010 1100 0 11000 11111101 10000 1000111

Color Harmonies of #AFAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAC2

Black with #AFAAC2

Text Example


Text Example

White with #AFAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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