#A34AD0

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

Shades of Deep Lilac #A34AD0

Tints of Deep Lilac #A34AD0

Color information

#A34AD0 (or 0xA34AD0) is unknown color: approx Deep Lilac. HEX triplet: A3, 4A and D0. RGB value is (163,74,208). Sum of RGB (Red+Green+Blue) = 163+74+208=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #A34AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AD0 is #5CB52F. Grayscale: #737373. Windows color (decimal): -6075696 or 13650595. OLE color: 13650595.

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

Color convert

RGB16374208-
CMYK0.220.6400.18
HSL279.85º58.77%55.29%-
HSV(B)279.85º64.42%81.57%-
XYZ28.9417.2461.48-
YUV115.89179.99161.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 208 (81.64% from 255) = 46.74%
R=36.63%
G=16.63%
B=46.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163742080.220.6400.18279.8558.7755.29
HexA34AD016400121183b37
Octal243112320261000224307367
Binary10100011100101011010000101101000000010010100011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34AD0; }

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

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

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

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

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

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

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

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