#A53F9E

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

Shades of Violet Blue #A53F9E

Tints of Violet Blue #A53F9E

Color information

#A53F9E (or 0xA53F9E) is unknown color: approx Violet Blue. HEX triplet: A5, 3F and 9E. RGB value is (165,63,158). Sum of RGB (Red+Green+Blue) = 165+63+158=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F9E is #5AC061. Grayscale: #686868. Windows color (decimal): -5947490 or 10370981. OLE color: 10370981.

HSL color Cylindrical-coordinate representation of color #A53F9E: hue angle of 304.12º 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 #A53F9E is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16563158-
CMYK00.620.040.35
HSL304.12º44.74%44.71%-
HSV(B)304.12º61.82%64.71%-
XYZ23.4714.0233.82-
YUV104.33158.29171.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=42.75%
G=16.32%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656315800.620.040.35304.1244.7444.71
HexA53F9E03E4231302d2d
Octal245772360764434605555
Binary10100101111111100111100111110100100011100110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F9E; }

 p { color: rgb(165,63,158); }

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

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

 a { background-color: rgb(165,63,158); }

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

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

 span { border-color: rgb(165,63,158); }

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