#A53D9F

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

Shades of Violet Blue #A53D9F

Tints of Violet Blue #A53D9F

Color information

#A53D9F (or 0xA53D9F) is unknown color: approx Violet Blue. HEX triplet: A5, 3D and 9F. RGB value is (165,61,159). Sum of RGB (Red+Green+Blue) = 165+61+159=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D9F is #5AC260. Grayscale: #666666. Windows color (decimal): -5948001 or 10436005. OLE color: 10436005.

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

Color convert

RGB16561159-
CMYK00.630.040.35
HSL303.46º46.02%44.31%-
HSV(B)303.46º63.03%64.71%-
XYZ23.4413.8434.24-
YUV103.27159.46172.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=42.86%
G=15.84%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656115900.630.040.35303.4646.0244.31
HexA53D9F03F42312f2e2c
Octal245752370774434575654
Binary10100101111101100111110111111100100011100101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D9F; }

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

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

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

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

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

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

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

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