#a34fc6

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

Shades of Deep Lilac #A34FC6

Tints of Deep Lilac #A34FC6

Color information

#A34FC6 (or 0xA34FC6) is unknown color: approx Deep Lilac. HEX triplet: A3, 4F and C6. RGB value is (163,79,198). Sum of RGB (Red+Green+Blue) = 163+79+198=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #A34FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FC6 is #5CB039. Grayscale: #757575. Windows color (decimal): -6074426 or 12996515. OLE color: 12996515.

HSL color Cylindrical-coordinate representation of color #A34FC6: hue angle of 282.35º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34FC6 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16379198-
CMYK0.180.6000.22
HSL282.35º51.07%54.31%-
HSV(B)282.35º60.1%77.65%-
XYZ28.0917.4655.31-
YUV117.68173.33160.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 198 (77.73% from 255) = 45%
R=37.05%
G=17.95%
B=45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163791980.180.6000.22282.3551.0754.31
HexA34FC6123C01611a3336
Octal24311730622740264326366
Binary1010001110011111100011010010111100010110100011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34fc6; }

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

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

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

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

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

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

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

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