#A34999

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

Shades of Violet Blue #A34999

Tints of Violet Blue #A34999

Color information

#A34999 (or 0xA34999) is unknown color: approx Violet Blue. HEX triplet: A3, 49 and 99. RGB value is (163,73,153). Sum of RGB (Red+Green+Blue) = 163+73+153=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A34999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34999 is #5CB666. Grayscale: #6C6C6C. Windows color (decimal): -6076007 or 10045859. OLE color: 10045859.

HSL color Cylindrical-coordinate representation of color #A34999: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34999 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16373153-
CMYK00.550.060.36
HSL306.67º38.14%46.27%-
HSV(B)306.67º55.21%63.92%-
XYZ23.2414.8531.78-
YUV109.03152.82166.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=41.90%
G=18.77%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637315300.550.060.36306.6738.1446.27
HexA34999037624133262e
Octal2431112310676444634656
Binary101000111001001100110010110111110100100100110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34999; }

 p { color: rgb(163,73,153); }

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

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

 a { background-color: rgb(163,73,153); }

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

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

 span { border-color: rgb(163,73,153); }

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