#A34EAE

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

Shades of Violet Blue #A34EAE

Tints of Violet Blue #A34EAE

Color information

#A34EAE (or 0xA34EAE) is unknown color: approx Violet Blue. HEX triplet: A3, 4E and AE. RGB value is (163,78,174). Sum of RGB (Red+Green+Blue) = 163+78+174=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A34EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EAE is #5CB151. Grayscale: #727272. Windows color (decimal): -6074706 or 11423395. OLE color: 11423395.

HSL color Cylindrical-coordinate representation of color #A34EAE: hue angle of 293.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34EAE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16378174-
CMYK0.060.5500.32
HSL293.12º38.1%49.41%-
HSV(B)293.12º55.17%68.24%-
XYZ25.4716.2941.85-
YUV114.36161.66162.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=39.28%
G=18.80%
B=41.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163781740.060.5500.32293.1238.149.41
HexA34EAE6370201252631
Octal2431162566670404454661
Binary101000111001110101011101101101110100000100100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EAE; }

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

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

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

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

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

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

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

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