#A34DAE

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

Shades of Violet Blue #A34DAE

Tints of Violet Blue #A34DAE

Color information

#A34DAE (or 0xA34DAE) is unknown color: approx Violet Blue. HEX triplet: A3, 4D and AE. RGB value is (163,77,174). Sum of RGB (Red+Green+Blue) = 163+77+174=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A34DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34DAE is #5CB251. Grayscale: #717171. Windows color (decimal): -6074962 or 11423139. OLE color: 11423139.

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

Color convert

RGB16377174-
CMYK0.060.5600.32
HSL293.2º38.65%49.22%-
HSV(B)293.2º55.75%68.24%-
XYZ25.416.1541.82-
YUV113.77161.99163.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=39.37%
G=18.60%
B=42.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163771740.060.5600.32293.238.6549.22
HexA34DAE6380201252731
Octal2431152566700404454761
Binary101000111001101101011101101110000100000100100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34DAE; }

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

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

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

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

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

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

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

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