#A05DBE

Color #A05DBE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A05DBE

Tints of Deep Lilac #A05DBE

Color information

#A05DBE (or 0xA05DBE) is unknown color: approx Deep Lilac. HEX triplet: A0, 5D and BE. RGB value is (160,93,190). Sum of RGB (Red+Green+Blue) = 160+93+190=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #A05DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBE is #5FA241. Grayscale: #7B7B7B. Windows color (decimal): -6267458 or 12475808. OLE color: 12475808.

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

Color convert

RGB16093190-
CMYK0.160.5100.25
HSL281.44º42.73%55.49%-
HSV(B)281.44º51.05%74.51%-
XYZ27.7119.0250.93-
YUV124.09165.2153.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=36.12%
G=20.99%
B=42.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160931900.160.5100.25281.4442.7355.49
HexA05DBE10330191192b37
Octal24013527620630314315367
Binary1010000010111011011111010000110011011001100011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DBE; }

 p { color: rgb(160,93,190); }

 H1.HeaderClassName
 {
   color: #A05DBE;
 }
 .AnyTagClassName
 {
   color: #A05DBE;
 }
</style>
background-color css

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

 a { background-color: rgb(160,93,190); }

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

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

 span { border-color: rgb(160,93,190); }

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