Html Css Color HEX #A05ABB Deep Lilac

📋 copy color: '#A05ABB'

red 160 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #A05ABB

Tints of Deep Lilac #A05ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 36.61%
G = 20.59%
B = 42.79%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A05ABB (or 0xA05ABB) is known color: Deep Lilac. HEX triplet: A0, 5A and BB. RGB value is (160,90,187). Sum of RGB (Red+Green+Blue) = 160+90+187=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A05ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABB is #5FA544. Grayscale: #797979. Windows color (decimal): -6268229 or 12278432. OLE color: 12278432.

HSL color Cylindrical-coordinate representation of color #A05ABB: hue angle of 283.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05ABB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 90 187 -
CMYK 0.14 0.52 0 0.27
HSL 283.3º 0.42% 0.54% -
HSV(B) 283.3º 0.52% 0.73% -
XYZ 27.12 18.37 49.13 -
YUV 121.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 160 90 187 0.14 0.52 0 0.27 283.3 0.42 0.54
Hex A0 5A BB E 34 0 1B 11B 2A 36
Octal 240 132 273 16 64 0 33 433 52 66
Binary 10100000 1011010 10111011 1110 110100 0 11011 100011011 101010 110110

Color Harmonies of #A05ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ABB

Black with #A05ABB

Text Example


Text Example

White with #A05ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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