Html Css Color HEX #AFACE1 Lavender Grey

📋 copy color: '#AFACE1'

red 175 ◦ green 172 ◦ blue 225

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

Shades of Lavender Grey #AFACE1

Tints of Lavender Grey #AFACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 30.59%
G = 30.07%
B = 39.34%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFACE1 (or 0xAFACE1) is known color: Lavender Grey. HEX triplet: AF, AC and E1. RGB value is (175,172,225). Sum of RGB (Red+Green+Blue) = 175+172+225=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACE1 is #50531E. Grayscale: #B2B2B2. Windows color (decimal): -5264159 or 14789807. OLE color: 14789807.

HSL color Cylindrical-coordinate representation of color #AFACE1: hue angle of 243.4º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFACE1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 172 225 -
CMYK 0.22 0.24 0 0.12
HSL 243.4º 0.47% 0.78% -
HSV(B) 243.4º 0.24% 0.88% -
XYZ 46.02 44.06 77.31 -
YUV 178.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 175 172 225 0.22 0.24 0 0.12 243.4 0.47 0.78
Hex AF AC E1 16 18 0 C F3 2F 4E
Octal 257 254 341 26 30 0 14 363 57 116
Binary 10101111 10101100 11100001 10110 11000 0 1100 11110011 101111 1001110

Color Harmonies of #AFACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACE1

Black with #AFACE1

Text Example


Text Example

White with #AFACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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