#A53DA2

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

Shades of Violet Blue #A53DA2

Tints of Violet Blue #A53DA2

Color information

#A53DA2 (or 0xA53DA2) is unknown color: approx Violet Blue. HEX triplet: A5, 3D and A2. RGB value is (165,61,162). Sum of RGB (Red+Green+Blue) = 165+61+162=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A53DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DA2 is #5AC25D. Grayscale: #676767. Windows color (decimal): -5947998 or 10632613. OLE color: 10632613.

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

Color convert

RGB16561162-
CMYK00.630.020.35
HSL301.73º46.02%44.31%-
HSV(B)301.73º63.03%64.71%-
XYZ23.7113.9535.62-
YUV103.61160.96171.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=42.53%
G=15.72%
B=41.75%

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
Decimal1656116200.630.020.35301.7346.0244.31
HexA53DA203F22312e2e2c
Octal245752420772434565654
Binary1010010111110110100010011111110100011100101110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DA2; }

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

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

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

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

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

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

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

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