#A34BCA

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

Shades of Deep Lilac #A34BCA

Tints of Deep Lilac #A34BCA

Color information

#A34BCA (or 0xA34BCA) is unknown color: approx Deep Lilac. HEX triplet: A3, 4B and CA. RGB value is (163,75,202). Sum of RGB (Red+Green+Blue) = 163+75+202=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A34BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BCA is #5CB435. Grayscale: #737373. Windows color (decimal): -6075446 or 13257635. OLE color: 13257635.

HSL color Cylindrical-coordinate representation of color #A34BCA: hue angle of 281.57º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34BCA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16375202-
CMYK0.190.6300.21
HSL281.57º54.51%54.31%-
HSV(B)281.57º62.87%79.22%-
XYZ28.2817.0857.68-
YUV115.79176.65161.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=37.05%
G=17.05%
B=45.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163752020.190.6300.21281.5754.5154.31
HexA34BCA133F01511a3736
Octal24311331223770254326766
Binary1010001110010111100101010011111111010101100011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34BCA; }

 p { color: rgb(163,75,202); }

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

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

 a { background-color: rgb(163,75,202); }

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

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

 span { border-color: rgb(163,75,202); }

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