Html Css Color HEX #ADA8E6 Lavender Grey

📋 copy color: '#ADA8E6'

red 173 ◦ green 168 ◦ blue 230

#ADA8E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #ADA8E6

Tints of Lavender Grey #ADA8E6

RGB

 RED value IS 173 (67.97% from 255) = 30.3%

 GREEN value IS 168 (66.02% from 255) = 29.42%

 BLUE value IS 230 (90.23% from 255) = 40.28%

R = 30.3%
G = 29.42%
B = 40.28%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADA8E6 (or 0xADA8E6) is known color: Lavender Grey. HEX triplet: AD, A8 and E6. RGB value is (173,168,230). Sum of RGB (Red+Green+Blue) = 173+168+230=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADA8E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8E6 is #525719. Grayscale: #B0B0B0. Windows color (decimal): -5396250 or 15116461. OLE color: 15116461.

HSL color Cylindrical-coordinate representation of color #ADA8E6: hue angle of 244.84º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA8E6 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 168 230 -
CMYK 0.25 0.27 0 0.10
HSL 244.84º 0.55% 0.78% -
HSV(B) 244.84º 0.27% 0.9% -
XYZ 45.52 42.6 80.69 -
YUV 176.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 173 168 230 0.25 0.27 0 0.10 244.84 0.55 0.78
Hex AD A8 E6 19 1B 0 A F5 37 4E
Octal 255 250 346 31 33 0 12 365 67 116
Binary 10101101 10101000 11100110 11001 11011 0 1010 11110101 110111 1001110

Color Harmonies of #ADA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8E6

Black with #ADA8E6

Text Example


Text Example

White with #ADA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8E6; }

 p { color: rgb(173,168,230); }

 H1.HeaderClassName
 {
   color: #ADA8E6;
 }
 .AnyTagClassName
 {
   color: #ADA8E6;
 }
</style>

background-color css

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

 a { background-color: rgb(173,168,230); }

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

border-color css

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

 span { border-color: rgb(173,168,230); }

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