#a05ec0

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

Shades of Deep Lilac #A05EC0

Tints of Deep Lilac #A05EC0

Color information

#A05EC0 (or 0xA05EC0) is unknown color: approx Deep Lilac. HEX triplet: A0, 5E and C0. RGB value is (160,94,192). Sum of RGB (Red+Green+Blue) = 160+94+192=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #A05EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EC0 is #5FA13F. Grayscale: #7C7C7C. Windows color (decimal): -6267200 or 12607136. OLE color: 12607136.

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

Color convert

RGB16094192-
CMYK0.170.5100.25
HSL280.41º43.75%56.08%-
HSV(B)280.41º51.04%75.29%-
XYZ28.0119.2852.11-
YUV124.91165.87153.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=35.87%
G=21.08%
B=43.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160941920.170.5100.25280.4143.7556.08
HexA05EC011330191182c38
Octal24013630021630314305470
Binary1010000010111101100000010001110011011001100011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05ec0; }

 p { color: rgb(160,94,192); }

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

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

 a { background-color: rgb(160,94,192); }

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

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

 span { border-color: rgb(160,94,192); }

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