#A34596

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

Shades of Violet Blue #A34596

Tints of Violet Blue #A34596

Color information

#A34596 (or 0xA34596) is unknown color: approx Violet Blue. HEX triplet: A3, 45 and 96. RGB value is (163,69,150). Sum of RGB (Red+Green+Blue) = 163+69+150=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A34596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34596 is #5CBA69. Grayscale: #6A6A6A. Windows color (decimal): -6077034 or 9848227. OLE color: 9848227.

HSL color Cylindrical-coordinate representation of color #A34596: hue angle of 308.3º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34596 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16369150-
CMYK00.580.080.36
HSL308.3º40.52%45.49%-
HSV(B)308.3º57.67%63.92%-
XYZ22.7414.2430.41-
YUV106.34152.64168.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=42.67%
G=18.06%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636915000.580.080.36308.340.5245.49
HexA3459603A824134292d
Octal24310522607210444645155
Binary1010001110001011001011001110101000100100100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34596; }

 p { color: rgb(163,69,150); }

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

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

 a { background-color: rgb(163,69,150); }

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

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

 span { border-color: rgb(163,69,150); }

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