#A34D9C

Color #A34D9C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A34D9C

Tints of Violet Blue #A34D9C

Color information

#A34D9C (or 0xA34D9C) is unknown color: approx Violet Blue. HEX triplet: A3, 4D and 9C. RGB value is (163,77,156). Sum of RGB (Red+Green+Blue) = 163+77+156=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34D9C is #5CB263. Grayscale: #6F6F6F. Windows color (decimal): -6074980 or 10243491. OLE color: 10243491.

HSL color Cylindrical-coordinate representation of color #A34D9C: hue angle of 304.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D9C is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16377156-
CMYK00.530.040.36
HSL304.88º35.83%47.06%-
HSV(B)304.88º52.76%63.92%-
XYZ23.7615.4933.19-
YUV111.72152.99164.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=41.16%
G=19.44%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637715600.530.040.36304.8835.8347.06
HexA34D9C035424131242f
Octal2431152340654444614457
Binary101000111001101100111000110101100100100100110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D9C; }

 p { color: rgb(163,77,156); }

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

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

 a { background-color: rgb(163,77,156); }

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

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

 span { border-color: rgb(163,77,156); }

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