#A34B95

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

Shades of Violet Blue #A34B95

Tints of Violet Blue #A34B95

Color information

#A34B95 (or 0xA34B95) is unknown color: approx Violet Blue. HEX triplet: A3, 4B and 95. RGB value is (163,75,149). Sum of RGB (Red+Green+Blue) = 163+75+149=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B95 is #5CB46A. Grayscale: #6D6D6D. Windows color (decimal): -6075499 or 9784227. OLE color: 9784227.

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

Color convert

RGB16375149-
CMYK00.540.090.36
HSL309.55º36.97%46.67%-
HSV(B)309.55º53.99%63.92%-
XYZ23.0514.9930.11-
YUV109.75150.15165.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=42.12%
G=19.38%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637514900.540.090.36309.5536.9746.67
HexA34B95036924136252f
Octal24311322506611444664557
Binary1010001110010111001010101101101001100100100110110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B95; }

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

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

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

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

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

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

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

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