#A05BC1

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

Shades of Deep Lilac #A05BC1

Tints of Deep Lilac #A05BC1

Color information

#A05BC1 (or 0xA05BC1) is unknown color: approx Deep Lilac. HEX triplet: A0, 5B and C1. RGB value is (160,91,193). Sum of RGB (Red+Green+Blue) = 160+91+193=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #A05BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BC1 is #5FA43E. Grayscale: #7A7A7A. Windows color (decimal): -6267967 or 12671904. OLE color: 12671904.

HSL color Cylindrical-coordinate representation of color #A05BC1: hue angle of 280.59º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05BC1 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16091193-
CMYK0.170.5300.24
HSL280.59º45.13%55.69%-
HSV(B)280.59º52.85%75.69%-
XYZ27.8618.8152.61-
YUV123.26167.36154.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=36.04%
G=20.50%
B=43.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160911930.170.5300.24280.5945.1355.69
HexA05BC111350181192d38
Octal24013330121650304315570
Binary1010000010110111100000110001110101011000100011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BC1; }

 p { color: rgb(160,91,193); }

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

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

 a { background-color: rgb(160,91,193); }

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

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

 span { border-color: rgb(160,91,193); }

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