#A53EA0

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

Shades of Violet Blue #A53EA0

Tints of Violet Blue #A53EA0

Color information

#A53EA0 (or 0xA53EA0) is unknown color: approx Violet Blue. HEX triplet: A5, 3E and A0. RGB value is (165,62,160). Sum of RGB (Red+Green+Blue) = 165+62+160=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53EA0 is #5AC15F. Grayscale: #676767. Windows color (decimal): -5947744 or 10501797. OLE color: 10501797.

HSL color Cylindrical-coordinate representation of color #A53EA0: hue angle of 302.91º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53EA0 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16562160-
CMYK00.620.030.35
HSL302.91º45.37%44.51%-
HSV(B)302.91º62.42%64.71%-
XYZ23.5813.9834.71-
YUV103.97159.62171.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=42.64%
G=16.02%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656216000.620.030.35302.9145.3744.51
HexA53EA003E32312f2d2d
Octal245762400763434575555
Binary1010010111111010100000011111011100011100101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53EA0; }

 p { color: rgb(165,62,160); }

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

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

 a { background-color: rgb(165,62,160); }

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

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

 span { border-color: rgb(165,62,160); }

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