Html Css Color HEX #AFACE5 Lavender Grey

📋 copy color: '#AFACE5'

red 175 ◦ green 172 ◦ blue 229

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

Shades of Lavender Grey #AFACE5

Tints of Lavender Grey #AFACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 30.38%
G = 29.86%
B = 39.76%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFACE5 (or 0xAFACE5) is known color: Lavender Grey. HEX triplet: AF, AC and E5. RGB value is (175,172,229). Sum of RGB (Red+Green+Blue) = 175+172+229=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACE5 is #50531A. Grayscale: #B3B3B3. Windows color (decimal): -5264155 or 15051951. OLE color: 15051951.

HSL color Cylindrical-coordinate representation of color #AFACE5: hue angle of 243.16º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFACE5 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 172 229 -
CMYK 0.24 0.25 0 0.10
HSL 243.16º 0.52% 0.79% -
HSV(B) 243.16º 0.25% 0.9% -
XYZ 46.57 44.28 80.22 -
YUV 179.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 175 172 229 0.24 0.25 0 0.10 243.16 0.52 0.79
Hex AF AC E5 18 19 0 A F3 34 4F
Octal 257 254 345 30 31 0 12 363 64 117
Binary 10101111 10101100 11100101 11000 11001 0 1010 11110011 110100 1001111

Color Harmonies of #AFACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACE5

Black with #AFACE5

Text Example


Text Example

White with #AFACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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