#A34C99

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

Shades of Violet Blue #A34C99

Tints of Violet Blue #A34C99

Color information

#A34C99 (or 0xA34C99) is unknown color: approx Violet Blue. HEX triplet: A3, 4C and 99. RGB value is (163,76,153). Sum of RGB (Red+Green+Blue) = 163+76+153=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C99 is #5CB366. Grayscale: #6E6E6E. Windows color (decimal): -6075239 or 10046627. OLE color: 10046627.

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

Color convert

RGB16376153-
CMYK00.530.060.36
HSL306.9º36.4%46.86%-
HSV(B)306.9º53.37%63.92%-
XYZ23.4415.2631.85-
YUV110.79151.82165.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=41.58%
G=19.39%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637615300.530.060.36306.936.446.86
HexA34C99035624133242f
Octal2431142310656444634457
Binary101000111001100100110010110101110100100100110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C99; }

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

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

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

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

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

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

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

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