#AFA9E1

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

Shades of Lavender Grey #AFA9E1

Tints of Lavender Grey #AFA9E1

Color information

#AFA9E1 (or 0xAFA9E1) is unknown color: approx Lavender Grey. HEX triplet: AF, A9 and E1. RGB value is (175,169,225). Sum of RGB (Red+Green+Blue) = 175+169+225=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFA9E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9E1 is #50561E. Grayscale: #B0B0B0. Windows color (decimal): -5264927 or 14789039. OLE color: 14789039.

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

Color convert

RGB175169225-
CMYK0.220.2500.12
HSL246.43º48.28%77.25%-
HSV(B)246.43º24.89%88.24%-
XYZ45.4642.9377.12-
YUV177.18154.99126.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=30.76%
G=29.70%
B=39.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751692250.220.2500.12246.4348.2877.25
HexAFA9E116190Cf6304d
Octal257251341263101436660115
Binary101011111010100111100001101101100101100111101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9E1; }

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

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

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

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

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

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

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

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