#A34CBE

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

Shades of Deep Lilac #A34CBE

Tints of Deep Lilac #A34CBE

Color information

#A34CBE (or 0xA34CBE) is unknown color: approx Deep Lilac. HEX triplet: A3, 4C and BE. RGB value is (163,76,190). Sum of RGB (Red+Green+Blue) = 163+76+190=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #A34CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CBE is #5CB341. Grayscale: #727272. Windows color (decimal): -6075202 or 12471459. OLE color: 12471459.

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

Color convert

RGB16376190-
CMYK0.140.6000.25
HSL285.79º46.72%52.16%-
HSV(B)285.79º60%74.51%-
XYZ26.9816.6750.51-
YUV115.01170.32162.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=38.00%
G=17.72%
B=44.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163761900.140.6000.25285.7946.7252.16
HexA34CBEE3C01911e2f34
Octal24311427616740314365764
Binary101000111001100101111101110111100011001100011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CBE; }

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

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

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

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

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

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

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

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