#A34ED0

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

Shades of Deep Lilac #A34ED0

Tints of Deep Lilac #A34ED0

Color information

#A34ED0 (or 0xA34ED0) is unknown color: approx Deep Lilac. HEX triplet: A3, 4E and D0. RGB value is (163,78,208). Sum of RGB (Red+Green+Blue) = 163+78+208=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #A34ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34ED0 is #5CB12F. Grayscale: #757575. Windows color (decimal): -6074672 or 13651619. OLE color: 13651619.

HSL color Cylindrical-coordinate representation of color #A34ED0: hue angle of 279.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34ED0 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16378208-
CMYK0.220.6200.18
HSL279.23º58.04%56.08%-
HSV(B)279.23º62.5%81.57%-
XYZ29.2117.7961.57-
YUV118.24178.66159.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=36.30%
G=17.37%
B=46.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163782080.220.6200.18279.2358.0456.08
HexA34ED0163E0121173a38
Octal24311632026760224277270
Binary1010001110011101101000010110111110010010100010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34ED0; }

 p { color: rgb(163,78,208); }

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

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

 a { background-color: rgb(163,78,208); }

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

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

 span { border-color: rgb(163,78,208); }

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