#ADA9E4

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

Shades of Lavender Grey #ADA9E4

Tints of Lavender Grey #ADA9E4

Color information

#ADA9E4 (or 0xADA9E4) is unknown color: approx Lavender Grey. HEX triplet: AD, A9 and E4. RGB value is (173,169,228). Sum of RGB (Red+Green+Blue) = 173+169+228=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADA9E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9E4 is #52561B. Grayscale: #B0B0B0. Windows color (decimal): -5395996 or 14985645. OLE color: 14985645.

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

Color convert

RGB173169228-
CMYK0.240.2600.11
HSL244.07º52.21%77.84%-
HSV(B)244.07º25.88%89.41%-
XYZ45.4342.8679.28-
YUV176.92156.83125.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 228 (89.45% from 255) = 40%
R=30.35%
G=29.65%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731692280.240.2600.11244.0752.2177.84
HexADA9E4181A0Bf4344e
Octal255251344303201336464116
Binary101011011010100111100100110001101001011111101001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9E4; }

 p { color: rgb(173,169,228); }

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

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

 a { background-color: rgb(173,169,228); }

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

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

 span { border-color: rgb(173,169,228); }

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