Html Css Color HEX #AFACE6 Lavender Grey

📋 copy color: '#AFACE6'

red 175 ◦ green 172 ◦ blue 230

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

Shades of Lavender Grey #AFACE6

Tints of Lavender Grey #AFACE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 30.33%
G = 29.81%
B = 39.86%

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

#AFACE6 (or 0xAFACE6) is known color: Lavender Grey. HEX triplet: AF, AC and E6. RGB value is (175,172,230). Sum of RGB (Red+Green+Blue) = 175+172+230=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACE6 is #505319. Grayscale: #B3B3B3. Windows color (decimal): -5264154 or 15117487. OLE color: 15117487.

HSL color Cylindrical-coordinate representation of color #AFACE6: hue angle of 243.1º degrees, saturation: 0.54, 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 #AFACE6 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 172 230 -
CMYK 0.24 0.25 0 0.10
HSL 243.1º 0.54% 0.79% -
HSV(B) 243.1º 0.25% 0.9% -
XYZ 46.71 44.33 80.96 -
YUV 179.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 175 172 230 0.24 0.25 0 0.10 243.1 0.54 0.79
Hex AF AC E6 18 19 0 A F3 36 4F
Octal 257 254 346 30 31 0 12 363 66 117
Binary 10101111 10101100 11100110 11000 11001 0 1010 11110011 110110 1001111

Color Harmonies of #AFACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACE6

Black with #AFACE6

Text Example


Text Example

White with #AFACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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