#AFAAE4

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

Shades of Lavender Grey #AFAAE4

Tints of Lavender Grey #AFAAE4

Color information

#AFAAE4 (or 0xAFAAE4) is unknown color: approx Lavender Grey. HEX triplet: AF, AA and E4. RGB value is (175,170,228). Sum of RGB (Red+Green+Blue) = 175+170+228=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFAAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAE4 is #50551B. Grayscale: #B1B1B1. Windows color (decimal): -5264668 or 14985903. OLE color: 14985903.

HSL color Cylindrical-coordinate representation of color #AFAAE4: hue angle of 245.17º degrees, saturation: 0.52, 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 #AFAAE4 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175170228-
CMYK0.230.2500.11
HSL245.17º51.79%78.04%-
HSV(B)245.17º25.44%89.41%-
XYZ46.0643.4679.36-
YUV178.11156.16125.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=30.54%
G=29.67%
B=39.79%

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
Decimal1751702280.230.2500.11245.1751.7978.04
HexAFAAE417190Bf5344e
Octal257252344273101336564116
Binary101011111010101011100100101111100101011111101011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAE4; }

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

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

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

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

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

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

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

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