#A53FA1

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

Shades of Violet Blue #A53FA1

Tints of Violet Blue #A53FA1

Color information

#A53FA1 (or 0xA53FA1) is unknown color: approx Violet Blue. HEX triplet: A5, 3F and A1. RGB value is (165,63,161). Sum of RGB (Red+Green+Blue) = 165+63+161=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A53FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FA1 is #5AC05E. Grayscale: #686868. Windows color (decimal): -5947487 or 10567589. OLE color: 10567589.

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

Color convert

RGB16563161-
CMYK00.620.020.35
HSL302.35º44.74%44.71%-
HSV(B)302.35º61.82%64.71%-
XYZ23.7314.1335.19-
YUV104.67159.79171.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=42.42%
G=16.20%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656316100.620.020.35302.3544.7444.71
HexA53FA103E22312e2d2d
Octal245772410762434565555
Binary1010010111111110100001011111010100011100101110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53FA1; }

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

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

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

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

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

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

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

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