#A34CC9

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

Shades of Deep Lilac #A34CC9

Tints of Deep Lilac #A34CC9

Color information

#A34CC9 (or 0xA34CC9) is unknown color: approx Deep Lilac. HEX triplet: A3, 4C and C9. RGB value is (163,76,201). Sum of RGB (Red+Green+Blue) = 163+76+201=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #A34CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CC9 is #5CB336. Grayscale: #737373. Windows color (decimal): -6075191 or 13192355. OLE color: 13192355.

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

Color convert

RGB16376201-
CMYK0.190.6200.21
HSL281.76º53.65%54.31%-
HSV(B)281.76º62.19%78.82%-
XYZ28.2317.1757.09-
YUV116.26175.82161.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=37.05%
G=17.27%
B=45.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163762010.190.6200.21281.7653.6554.31
HexA34CC9133E01511a3636
Octal24311431123760254326666
Binary1010001110011001100100110011111110010101100011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CC9; }

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

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

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

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

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

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

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

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