#AFAAE3

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

Shades of Lavender Grey #AFAAE3

Tints of Lavender Grey #AFAAE3

Color information

#AFAAE3 (or 0xAFAAE3) is unknown color: approx Lavender Grey. HEX triplet: AF, AA and E3. RGB value is (175,170,227). Sum of RGB (Red+Green+Blue) = 175+170+227=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAE3 is #50551C. Grayscale: #B1B1B1. Windows color (decimal): -5264669 or 14920367. OLE color: 14920367.

HSL color Cylindrical-coordinate representation of color #AFAAE3: hue angle of 245.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFAAE3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175170227-
CMYK0.230.2500.11
HSL245.26º50.44%77.84%-
HSV(B)245.26º25.11%89.02%-
XYZ45.9243.4178.63-
YUV177.99155.66125.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=30.59%
G=29.72%
B=39.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751702270.230.2500.11245.2650.4477.84
HexAFAAE317190Bf5324e
Octal257252343273101336562116
Binary101011111010101011100011101111100101011111101011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAE3; }

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

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

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

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

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

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

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

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