Html Css Color HEX #A05AB6 Deep Lilac

📋 copy color: '#A05AB6'

red 160 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #A05AB6

Tints of Deep Lilac #A05AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 37.04%
G = 20.83%
B = 42.13%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A05AB6 (or 0xA05AB6) is known color: Deep Lilac. HEX triplet: A0, 5A and B6. RGB value is (160,90,182). Sum of RGB (Red+Green+Blue) = 160+90+182=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #A05AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AB6 is #5FA549. Grayscale: #797979. Windows color (decimal): -6268234 or 11950752. OLE color: 11950752.

HSL color Cylindrical-coordinate representation of color #A05AB6: hue angle of 285.65º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05AB6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 90 182 -
CMYK 0.12 0.51 0 0.29
HSL 285.65º 0.39% 0.53% -
HSV(B) 285.65º 0.51% 0.71% -
XYZ 26.6 18.16 46.36 -
YUV 121.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 160 90 182 0.12 0.51 0 0.29 285.65 0.39 0.53
Hex A0 5A B6 C 33 0 1D 11E 27 35
Octal 240 132 266 14 63 0 35 436 47 65
Binary 10100000 1011010 10110110 1100 110011 0 11101 100011110 100111 110101

Color Harmonies of #A05AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05AB6

Black with #A05AB6

Text Example


Text Example

White with #A05AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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