#A34EAA

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

Shades of Violet Blue #A34EAA

Tints of Violet Blue #A34EAA

Color information

#A34EAA (or 0xA34EAA) is unknown color: approx Violet Blue. HEX triplet: A3, 4E and AA. RGB value is (163,78,170). Sum of RGB (Red+Green+Blue) = 163+78+170=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A34EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EAA is #5CB155. Grayscale: #717171. Windows color (decimal): -6074710 or 11161251. OLE color: 11161251.

HSL color Cylindrical-coordinate representation of color #A34EAA: hue angle of 295.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34EAA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16378170-
CMYK0.040.5400.33
HSL295.43º37.1%48.63%-
HSV(B)295.43º54.12%66.67%-
XYZ25.0816.1439.82-
YUV113.9159.66163.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=39.66%
G=18.98%
B=41.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163781700.040.5400.33295.4337.148.63
HexA34EAA4360211272531
Octal2431162524660414474561
Binary101000111001110101010101001101100100001100100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EAA; }

 p { color: rgb(163,78,170); }

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

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

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

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

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

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

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