#AFAAE1

Color #AFAAE1 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AFAAE1

Tints of Lavender Grey #AFAAE1

Color information

#AFAAE1 (or 0xAFAAE1) is unknown color: approx Lavender Grey. HEX triplet: AF, AA and E1. RGB value is (175,170,225). Sum of RGB (Red+Green+Blue) = 175+170+225=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAE1 is #50551E. Grayscale: #B1B1B1. Windows color (decimal): -5264671 or 14789295. OLE color: 14789295.

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

Color convert

RGB175170225-
CMYK0.220.2400.12
HSL245.45º47.83%77.45%-
HSV(B)245.45º24.44%88.24%-
XYZ45.6443.377.19-
YUV177.76154.66126.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=30.70%
G=29.82%
B=39.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751702250.220.2400.12245.4547.8377.45
HexAFAAE116180Cf5304d
Octal257252341263001436560115
Binary101011111010101011100001101101100001100111101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAE1; }

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

 H1.HeaderClassName
 {
   color: #AFAAE1;
 }
 .AnyTagClassName
 {
   color: #AFAAE1;
 }
</style>
background-color css

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

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

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

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

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

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