#A34FC9

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

Shades of Deep Lilac #A34FC9

Tints of Deep Lilac #A34FC9

Color information

#A34FC9 (or 0xA34FC9) is unknown color: approx Deep Lilac. HEX triplet: A3, 4F and C9. RGB value is (163,79,201). Sum of RGB (Red+Green+Blue) = 163+79+201=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #A34FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FC9 is #5CB036. Grayscale: #757575. Windows color (decimal): -6074423 or 13193123. OLE color: 13193123.

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

Color convert

RGB16379201-
CMYK0.190.6100.21
HSL281.31º53.04%54.9%-
HSV(B)281.31º60.7%78.82%-
XYZ28.4417.657.16-
YUV118.02174.83160.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=36.79%
G=17.83%
B=45.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163792010.190.6100.21281.3153.0454.9
HexA34FC9133D0151193537
Octal24311731123750254316567
Binary1010001110011111100100110011111101010101100011001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34FC9; }

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

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

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

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

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

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

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

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