#A34CA4

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

Shades of Violet Blue #A34CA4

Tints of Violet Blue #A34CA4

Color information

#A34CA4 (or 0xA34CA4) is unknown color: approx Violet Blue. HEX triplet: A3, 4C and A4. RGB value is (163,76,164). Sum of RGB (Red+Green+Blue) = 163+76+164=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #A34CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34CA4 is #5CB35B. Grayscale: #6F6F6F. Windows color (decimal): -6075228 or 10767523. OLE color: 10767523.

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

Color convert

RGB16376164-
CMYK0.010.5400.36
HSL299.32º36.67%47.06%-
HSV(B)299.32º53.66%64.31%-
XYZ24.3915.6436.85-
YUV112.04157.32164.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 76 (30.08% from 255) = 18.86%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=40.45%
G=18.86%
B=40.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163761640.010.5400.36299.3236.6747.06
HexA34CA413602412b252f
Octal2431142441660444534557
Binary1010001110011001010010011101100100100100101011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CA4; }

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

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

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

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

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

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

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

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