#A53D99

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

Shades of Violet Blue #A53D99

Tints of Violet Blue #A53D99

Color information

#A53D99 (or 0xA53D99) is unknown color: approx Violet Blue. HEX triplet: A5, 3D and 99. RGB value is (165,61,153). Sum of RGB (Red+Green+Blue) = 165+61+153=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D99 is #5AC266. Grayscale: #666666. Windows color (decimal): -5948007 or 10042789. OLE color: 10042789.

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

Color convert

RGB16561153-
CMYK00.630.070.35
HSL306.92º46.02%44.31%-
HSV(B)306.92º63.03%64.71%-
XYZ22.9413.6431.56-
YUV102.58156.46172.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=43.54%
G=16.09%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656115300.630.070.35306.9246.0244.31
HexA53D9903F7231332e2c
Octal245752310777434635654
Binary10100101111101100110010111111111100011100110011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D99; }

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

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

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

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

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

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

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

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