#A04CBF

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

Shades of Deep Lilac #A04CBF

Tints of Deep Lilac #A04CBF

Color information

#A04CBF (or 0xA04CBF) is unknown color: approx Deep Lilac. HEX triplet: A0, 4C and BF. RGB value is (160,76,191). Sum of RGB (Red+Green+Blue) = 160+76+191=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #A04CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBF is #5FB340. Grayscale: #717171. Windows color (decimal): -6271809 or 12536992. OLE color: 12536992.

HSL color Cylindrical-coordinate representation of color #A04CBF: hue angle of 283.83º 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 #A04CBF is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16076191-
CMYK0.160.6000.25
HSL283.83º47.33%52.35%-
HSV(B)283.83º60.21%74.9%-
XYZ26.4916.451.06-
YUV114.23171.33160.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 191 (75% from 255) = 44.73%
R=37.47%
G=17.80%
B=44.73%

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
Decimal160761910.160.6000.25283.8347.3352.35
HexA04CBF103C01911c2f34
Octal24011427720740314345764
Binary1010000010011001011111110000111100011001100011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04CBF; }

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

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

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

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

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

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

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

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