Html Css Color HEX #AFACD8 Lavender Grey

📋 copy color: '#AFACD8'

red 175 ◦ green 172 ◦ blue 216

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

Shades of Lavender Grey #AFACD8

Tints of Lavender Grey #AFACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 31.08%
G = 30.55%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFACD8 (or 0xAFACD8) is known color: Lavender Grey. HEX triplet: AF, AC and D8. RGB value is (175,172,216). Sum of RGB (Red+Green+Blue) = 175+172+216=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD8 is #505327. Grayscale: #B1B1B1. Windows color (decimal): -5264168 or 14199983. OLE color: 14199983.

HSL color Cylindrical-coordinate representation of color #AFACD8: hue angle of 244.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFACD8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 172 216 -
CMYK 0.19 0.20 0 0.15
HSL 244.09º 0.36% 0.76% -
HSV(B) 244.09º 0.2% 0.85% -
XYZ 44.83 43.58 71.01 -
YUV 177.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 175 172 216 0.19 0.20 0 0.15 244.09 0.36 0.76
Hex AF AC D8 13 14 0 F F4 24 4C
Octal 257 254 330 23 24 0 17 364 44 114
Binary 10101111 10101100 11011000 10011 10100 0 1111 11110100 100100 1001100

Color Harmonies of #AFACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACD8

Black with #AFACD8

Text Example


Text Example

White with #AFACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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