Html Css Color HEX #AFACC3 Wistful

📋 copy color: '#AFACC3'

red 175 ◦ green 172 ◦ blue 195

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

Shades of Wistful #AFACC3

Tints of Wistful #AFACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.98%

R = 32.29%
G = 31.73%
B = 35.98%

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

#AFACC3 (or 0xAFACC3) is known color: Wistful. HEX triplet: AF, AC and C3. RGB value is (175,172,195). Sum of RGB (Red+Green+Blue) = 175+172+195=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC3 is #50533C. Grayscale: #AFAFAF. Windows color (decimal): -5264189 or 12823727. OLE color: 12823727.

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

Color convert

RGB 175 172 195 -
CMYK 0.10 0.12 0 0.24
HSL 247.83º 0.16% 0.72% -
HSV(B) 247.83º 0.12% 0.76% -
XYZ 42.28 42.56 57.62 -
YUV 175.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 175 172 195 0.10 0.12 0 0.24 247.83 0.16 0.72
Hex AF AC C3 A C 0 18 F8 10 48
Octal 257 254 303 12 14 0 30 370 20 110
Binary 10101111 10101100 11000011 1010 1100 0 11000 11111000 10000 1001000

Color Harmonies of #AFACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACC3

Black with #AFACC3

Text Example


Text Example

White with #AFACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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