Html Css Color HEX #AD5ABE Deep Lilac

📋 copy color: '#AD5ABE'

red 173 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #AD5ABE

Tints of Deep Lilac #AD5ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 38.19%
G = 19.87%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5ABE (or 0xAD5ABE) is known color: Deep Lilac. HEX triplet: AD, 5A and BE. RGB value is (173,90,190). Sum of RGB (Red+Green+Blue) = 173+90+190=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABE is #52A541. Grayscale: #7D7D7D. Windows color (decimal): -5416258 or 12475053. OLE color: 12475053.

HSL color Cylindrical-coordinate representation of color #AD5ABE: hue angle of 289.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5ABE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 90 190 -
CMYK 0.09 0.53 0 0.25
HSL 289.8º 0.43% 0.55% -
HSV(B) 289.8º 0.53% 0.75% -
XYZ 30.18 19.91 50.97 -
YUV 126.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 173 90 190 0.09 0.53 0 0.25 289.8 0.43 0.55
Hex AD 5A BE 9 35 0 19 122 2B 37
Octal 255 132 276 11 65 0 31 442 53 67
Binary 10101101 1011010 10111110 1001 110101 0 11001 100100010 101011 110111

Color Harmonies of #AD5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ABE

Black with #AD5ABE

Text Example


Text Example

White with #AD5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ABE; }

 p { color: rgb(173,90,190); }

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

background-color css

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

 a { background-color: rgb(173,90,190); }

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

border-color css

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

 span { border-color: rgb(173,90,190); }

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