Html Css Color HEX #A05ABD Deep Lilac

📋 copy color: '#A05ABD'

red 160 ◦ green 90 ◦ blue 189

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

Shades of Deep Lilac #A05ABD

Tints of Deep Lilac #A05ABD

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 36.45%
G = 20.5%
B = 43.05%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A05ABD (or 0xA05ABD) is known color: Deep Lilac. HEX triplet: A0, 5A and BD. RGB value is (160,90,189). Sum of RGB (Red+Green+Blue) = 160+90+189=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABD is #5FA542. Grayscale: #797979. Windows color (decimal): -6268227 or 12409504. OLE color: 12409504.

HSL color Cylindrical-coordinate representation of color #A05ABD: hue angle of 282.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05ABD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 90 189 -
CMYK 0.15 0.52 0 0.26
HSL 282.42º 0.43% 0.55% -
HSV(B) 282.42º 0.52% 0.74% -
XYZ 27.34 18.46 50.27 -
YUV 122.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 160 90 189 0.15 0.52 0 0.26 282.42 0.43 0.55
Hex A0 5A BD F 34 0 1A 11A 2B 37
Octal 240 132 275 17 64 0 32 432 53 67
Binary 10100000 1011010 10111101 1111 110100 0 11010 100011010 101011 110111

Color Harmonies of #A05ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ABD

Black with #A05ABD

Text Example


Text Example

White with #A05ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ABD; }

 p { color: rgb(160,90,189); }

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

background-color css

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

 a { background-color: rgb(160,90,189); }

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

border-color css

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

 span { border-color: rgb(160,90,189); }

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