Html Css Color HEX #AFACC6 Wistful

📋 copy color: '#AFACC6'

red 175 ◦ green 172 ◦ blue 198

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

Shades of Wistful #AFACC6

Tints of Wistful #AFACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

 BLUE value IS 198 (77.73% from 255) = 36.33%

R = 32.11%
G = 31.56%
B = 36.33%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFACC6 (or 0xAFACC6) is known color: Wistful. HEX triplet: AF, AC and C6. RGB value is (175,172,198). Sum of RGB (Red+Green+Blue) = 175+172+198=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC6 is #505339. Grayscale: #AFAFAF. Windows color (decimal): -5264186 or 13020335. OLE color: 13020335.

HSL color Cylindrical-coordinate representation of color #AFACC6: hue angle of 246.92º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFACC6 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 172 198 -
CMYK 0.12 0.13 0 0.22
HSL 246.92º 0.19% 0.73% -
HSV(B) 246.92º 0.13% 0.78% -
XYZ 42.62 42.7 59.42 -
YUV 175.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 175 172 198 0.12 0.13 0 0.22 246.92 0.19 0.73
Hex AF AC C6 C D 0 16 F7 13 49
Octal 257 254 306 14 15 0 26 367 23 111
Binary 10101111 10101100 11000110 1100 1101 0 10110 11110111 10011 1001001

Color Harmonies of #AFACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACC6

Black with #AFACC6

Text Example


Text Example

White with #AFACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACC6; }

 p { color: rgb(175,172,198); }

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

background-color css

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

 a { background-color: rgb(175,172,198); }

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

border-color css

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

 span { border-color: rgb(175,172,198); }

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