#A04CBE

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

Shades of Deep Lilac #A04CBE

Tints of Deep Lilac #A04CBE

Color information

#A04CBE (or 0xA04CBE) is unknown color: approx Deep Lilac. HEX triplet: A0, 4C and BE. RGB value is (160,76,190). Sum of RGB (Red+Green+Blue) = 160+76+190=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBE is #5FB341. Grayscale: #717171. Windows color (decimal): -6271810 or 12471456. OLE color: 12471456.

HSL color Cylindrical-coordinate representation of color #A04CBE: hue angle of 284.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04CBE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16076190-
CMYK0.160.6000.25
HSL284.21º46.72%52.16%-
HSV(B)284.21º60%74.51%-
XYZ26.3816.3650.48-
YUV114.11170.83160.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=37.56%
G=17.84%
B=44.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160761900.160.6000.25284.2146.7252.16
HexA04CBE103C01911c2f34
Octal24011427620740314345764
Binary1010000010011001011111010000111100011001100011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04CBE; }

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

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

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

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

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

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

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

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