#A34997

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

Shades of Violet Blue #A34997

Tints of Violet Blue #A34997

Color information

#A34997 (or 0xA34997) is unknown color: approx Violet Blue. HEX triplet: A3, 49 and 97. RGB value is (163,73,151). Sum of RGB (Red+Green+Blue) = 163+73+151=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A34997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34997 is #5CB668. Grayscale: #6C6C6C. Windows color (decimal): -6076009 or 9914787. OLE color: 9914787.

HSL color Cylindrical-coordinate representation of color #A34997: hue angle of 308º 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 #A34997 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16373151-
CMYK00.550.070.36
HSL308º38.14%46.27%-
HSV(B)308º55.21%63.92%-
XYZ23.0714.7930.92-
YUV108.8151.82166.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=42.12%
G=18.86%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637315100.550.070.3630838.1446.27
HexA34997037724134262e
Octal2431112270677444644656
Binary101000111001001100101110110111111100100100110100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34997; }

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

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

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

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

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

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

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

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