#A53FA5

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

Shades of Violet Blue #A53FA5

Tints of Violet Blue #A53FA5

Color information

#A53FA5 (or 0xA53FA5) is unknown color: approx Violet Blue. HEX triplet: A5, 3F and A5. RGB value is (165,63,165). Sum of RGB (Red+Green+Blue) = 165+63+165=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A53FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FA5 is #5AC05A. Grayscale: #686868. Windows color (decimal): -5947483 or 10829733. OLE color: 10829733.

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

Color convert

RGB16563165-
CMYK00.6200.35
HSL300º44.74%44.71%-
HSV(B)300º61.82%64.71%-
XYZ24.0914.2737.08-
YUV105.13161.79170.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=41.98%
G=16.03%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656316500.6200.3530044.7444.71
HexA53FA503E02312c2d2d
Octal245772450760434545555
Binary101001011111111010010101111100100011100101100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53FA5; }

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

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

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

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

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

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

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

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