#A34595

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

Shades of Violet Blue #A34595

Tints of Violet Blue #A34595

Color information

#A34595 (or 0xA34595) is unknown color: approx Violet Blue. HEX triplet: A3, 45 and 95. RGB value is (163,69,149). Sum of RGB (Red+Green+Blue) = 163+69+149=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A34595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34595 is #5CBA6A. Grayscale: #6A6A6A. Windows color (decimal): -6077035 or 9782691. OLE color: 9782691.

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

Color convert

RGB16369149-
CMYK00.580.090.36
HSL308.94º40.52%45.49%-
HSV(B)308.94º57.67%63.92%-
XYZ22.6614.2129.98-
YUV106.23152.14168.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=42.78%
G=18.11%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636914900.580.090.36308.9440.5245.49
HexA3459503A924135292d
Octal24310522507211444655155
Binary1010001110001011001010101110101001100100100110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34595; }

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

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

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

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

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

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

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

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