Html Css Color HEX #AFACC5 Wistful

📋 copy color: '#AFACC5'

red 175 ◦ green 172 ◦ blue 197

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

Shades of Wistful #AFACC5

Tints of Wistful #AFACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.21%

R = 32.17%
G = 31.62%
B = 36.21%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFACC5 (or 0xAFACC5) is known color: Wistful. HEX triplet: AF, AC and C5. RGB value is (175,172,197). Sum of RGB (Red+Green+Blue) = 175+172+197=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC5 is #50533A. Grayscale: #AFAFAF. Windows color (decimal): -5264187 or 12954799. OLE color: 12954799.

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

Color convert

RGB 175 172 197 -
CMYK 0.11 0.13 0 0.23
HSL 247.2º 0.18% 0.72% -
HSV(B) 247.2º 0.13% 0.77% -
XYZ 42.51 42.65 58.82 -
YUV 175.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 175 172 197 0.11 0.13 0 0.23 247.2 0.18 0.72
Hex AF AC C5 B D 0 17 F7 12 48
Octal 257 254 305 13 15 0 27 367 22 110
Binary 10101111 10101100 11000101 1011 1101 0 10111 11110111 10010 1001000

Color Harmonies of #AFACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACC5

Black with #AFACC5

Text Example


Text Example

White with #AFACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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