#A34AAE

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

Shades of Deep Lilac #A34AAE

Tints of Deep Lilac #A34AAE

Color information

#A34AAE (or 0xA34AAE) is unknown color: approx Deep Lilac. HEX triplet: A3, 4A and AE. RGB value is (163,74,174). Sum of RGB (Red+Green+Blue) = 163+74+174=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A34AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34AAE is #5CB551. Grayscale: #6F6F6F. Windows color (decimal): -6075730 or 11422371. OLE color: 11422371.

HSL color Cylindrical-coordinate representation of color #A34AAE: hue angle of 293.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34AAE is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16374174-
CMYK0.060.5700.32
HSL293.4º40.32%48.63%-
HSV(B)293.4º57.47%68.24%-
XYZ25.1915.7441.75-
YUV112.01162.99164.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=39.66%
G=18.00%
B=42.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163741740.060.5700.32293.440.3248.63
HexA34AAE6390201252831
Octal2431122566710404455061
Binary101000111001010101011101101110010100000100100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34AAE; }

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

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

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

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

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

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

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

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