#A53DA1

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

Shades of Violet Blue #A53DA1

Tints of Violet Blue #A53DA1

Color information

#A53DA1 (or 0xA53DA1) is unknown color: approx Violet Blue. HEX triplet: A5, 3D and A1. RGB value is (165,61,161). Sum of RGB (Red+Green+Blue) = 165+61+161=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DA1 is #5AC25E. Grayscale: #676767. Windows color (decimal): -5947999 or 10567077. OLE color: 10567077.

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

Color convert

RGB16561161-
CMYK00.630.020.35
HSL302.31º46.02%44.31%-
HSV(B)302.31º63.03%64.71%-
XYZ23.6213.9135.16-
YUV103.5160.46171.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=42.64%
G=15.76%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656116100.630.020.35302.3146.0244.31
HexA53DA103F22312e2e2c
Octal245752410772434565654
Binary1010010111110110100001011111110100011100101110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DA1; }

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

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

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

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

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

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

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

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