Html Css Color HEX #AFACD7 Lavender Grey

📋 copy color: '#AFACD7'

red 175 ◦ green 172 ◦ blue 215

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

Shades of Lavender Grey #AFACD7

Tints of Lavender Grey #AFACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 31.14%
G = 30.6%
B = 38.26%

CMYK

 C value IS 0.19

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFACD7 (or 0xAFACD7) is known color: Lavender Grey. HEX triplet: AF, AC and D7. RGB value is (175,172,215). Sum of RGB (Red+Green+Blue) = 175+172+215=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD7 is #505328. Grayscale: #B1B1B1. Windows color (decimal): -5264169 or 14134447. OLE color: 14134447.

HSL color Cylindrical-coordinate representation of color #AFACD7: hue angle of 244.19º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFACD7 is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 172 215 -
CMYK 0.19 0.2 0 0.16
HSL 244.19º 0.35% 0.76% -
HSV(B) 244.19º 0.2% 0.84% -
XYZ 44.7 43.53 70.34 -
YUV 177.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 175 172 215 0.19 0.2 0 0.16 244.19 0.35 0.76
Hex AF AC D7 13 14 0 10 F4 23 4C
Octal 257 254 327 23 24 0 20 364 43 114
Binary 10101111 10101100 11010111 10011 10100 0 10000 11110100 100011 1001100

Color Harmonies of #AFACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACD7

Black with #AFACD7

Text Example


Text Example

White with #AFACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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