#A53CA1

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

Shades of Violet Blue #A53CA1

Tints of Violet Blue #A53CA1

Color information

#A53CA1 (or 0xA53CA1) is unknown color: approx Violet Blue. HEX triplet: A5, 3C and A1. RGB value is (165,60,161). Sum of RGB (Red+Green+Blue) = 165+60+161=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A53CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CA1 is #5AC35E. Grayscale: #666666. Windows color (decimal): -5948255 or 10566821. OLE color: 10566821.

HSL color Cylindrical-coordinate representation of color #A53CA1: hue angle of 302.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53CA1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16560161-
CMYK00.640.020.35
HSL302.29º46.67%44.12%-
HSV(B)302.29º63.64%64.71%-
XYZ23.5713.835.14-
YUV102.91160.79172.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 60 (23.83% from 255) = 15.54%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=42.75%
G=15.54%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656016100.640.020.35302.2946.6744.12
HexA53CA104022312e2f2c
Octal2457424101002434565754
Binary10100101111100101000010100000010100011100101110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53CA1; }

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

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

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

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

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

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

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

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