#A34CA3

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

Shades of Violet Blue #A34CA3

Tints of Violet Blue #A34CA3

Color information

#A34CA3 (or 0xA34CA3) is unknown color: approx Violet Blue. HEX triplet: A3, 4C and A3. RGB value is (163,76,163). Sum of RGB (Red+Green+Blue) = 163+76+163=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A34CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34CA3 is #5CB35C. Grayscale: #6F6F6F. Windows color (decimal): -6075229 or 10701987. OLE color: 10701987.

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

Color convert

RGB16376163-
CMYK00.5300.36
HSL300º36.4%46.86%-
HSV(B)300º53.37%63.92%-
XYZ24.315.636.38-
YUV111.93156.82164.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=40.55%
G=18.91%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637616300.5300.3630036.446.86
HexA34CA303502412c242f
Octal2431142430650444544457
Binary1010001110011001010001101101010100100100101100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CA3; }

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

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

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

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

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

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

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

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