#A53C9B

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

Shades of Violet Blue #A53C9B

Tints of Violet Blue #A53C9B

Color information

#A53C9B (or 0xA53C9B) is unknown color: approx Violet Blue. HEX triplet: A5, 3C and 9B. RGB value is (165,60,155). Sum of RGB (Red+Green+Blue) = 165+60+155=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C9B is #5AC364. Grayscale: #656565. Windows color (decimal): -5948261 or 10173605. OLE color: 10173605.

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

Color convert

RGB16560155-
CMYK00.640.060.35
HSL305.71º46.67%44.12%-
HSV(B)305.71º63.64%64.71%-
XYZ23.0513.632.42-
YUV102.22157.79172.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=43.42%
G=15.79%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656015500.640.060.35305.7146.6744.12
HexA53C9B0406231322f2c
Octal2457423301006434625754
Binary101001011111001001101101000000110100011100110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C9B; }

 p { color: rgb(165,60,155); }

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

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

 a { background-color: rgb(165,60,155); }

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

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

 span { border-color: rgb(165,60,155); }

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