#A53FA4

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

Shades of Violet Blue #A53FA4

Tints of Violet Blue #A53FA4

Color information

#A53FA4 (or 0xA53FA4) is unknown color: approx Violet Blue. HEX triplet: A5, 3F and A4. RGB value is (165,63,164). Sum of RGB (Red+Green+Blue) = 165+63+164=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A53FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FA4 is #5AC05B. Grayscale: #686868. Windows color (decimal): -5947484 or 10764197. OLE color: 10764197.

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

Color convert

RGB16563164-
CMYK00.620.010.35
HSL300.59º44.74%44.71%-
HSV(B)300.59º61.82%64.71%-
XYZ2414.2336.6-
YUV105.01161.29170.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=42.09%
G=16.07%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656316400.620.010.35300.5944.7444.71
HexA53FA403E12312d2d2d
Octal245772440761434555555
Binary101001011111111010010001111101100011100101101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53FA4; }

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

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

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

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

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

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

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

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