#A34EAD

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

Shades of Violet Blue #A34EAD

Tints of Violet Blue #A34EAD

Color information

#A34EAD (or 0xA34EAD) is unknown color: approx Violet Blue. HEX triplet: A3, 4E and AD. RGB value is (163,78,173). Sum of RGB (Red+Green+Blue) = 163+78+173=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A34EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EAD is #5CB152. Grayscale: #717171. Windows color (decimal): -6074707 or 11357859. OLE color: 11357859.

HSL color Cylindrical-coordinate representation of color #A34EAD: hue angle of 293.68º 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 #A34EAD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16378173-
CMYK0.060.5500.32
HSL293.68º37.85%49.22%-
HSV(B)293.68º54.91%67.84%-
XYZ25.3716.2541.33-
YUV114.24161.16162.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=39.37%
G=18.84%
B=41.79%

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
Decimal163781730.060.5500.32293.6837.8549.22
HexA34EAD6370201262631
Octal2431162556670404464661
Binary101000111001110101011011101101110100000100100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EAD; }

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

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

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

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

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

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

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

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