#A04BC0

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

Shades of Deep Lilac #A04BC0

Tints of Deep Lilac #A04BC0

Color information

#A04BC0 (or 0xA04BC0) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and C0. RGB value is (160,75,192). Sum of RGB (Red+Green+Blue) = 160+75+192=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #A04BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BC0 is #5FB43F. Grayscale: #717171. Windows color (decimal): -6272064 or 12602272. OLE color: 12602272.

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

Color convert

RGB16075192-
CMYK0.170.6100.25
HSL283.59º48.15%52.35%-
HSV(B)283.59º60.94%75.29%-
XYZ26.5316.3151.62-
YUV113.75172.16160.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=37.47%
G=17.56%
B=44.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160751920.170.6100.25283.5948.1552.35
HexA04BC0113D01911c3034
Octal24011330021750314346064
Binary1010000010010111100000010001111101011001100011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BC0; }

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

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

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

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

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

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

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

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