#A53B99

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

Shades of Violet Blue #A53B99

Tints of Violet Blue #A53B99

Color information

#A53B99 (or 0xA53B99) is unknown color: approx Violet Blue. HEX triplet: A5, 3B and 99. RGB value is (165,59,153). Sum of RGB (Red+Green+Blue) = 165+59+153=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B99 is #5AC466. Grayscale: #656565. Windows color (decimal): -5948519 or 10042277. OLE color: 10042277.

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

Color convert

RGB16559153-
CMYK00.640.070.35
HSL306.79º47.32%43.92%-
HSV(B)306.79º64.24%64.71%-
XYZ22.8313.4331.53-
YUV101.41157.12173.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=43.77%
G=15.65%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655915300.640.070.35306.7947.3243.92
HexA53B990407231332f2c
Octal2457323101007434635754
Binary101001011110111001100101000000111100011100110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B99; }

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

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

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

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

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

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

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

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