#A53A92

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

Shades of Medium Red Violet #A53A92

Tints of Medium Red Violet #A53A92

Color information

#A53A92 (or 0xA53A92) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3A and 92. RGB value is (165,58,146). Sum of RGB (Red+Green+Blue) = 165+58+146=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A92 is #5AC56D. Grayscale: #636363. Windows color (decimal): -5948782 or 9583269. OLE color: 9583269.

HSL color Cylindrical-coordinate representation of color #A53A92: hue angle of 310.65º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A92 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16558146-
CMYK00.650.120.35
HSL310.65º47.98%43.73%-
HSV(B)310.65º64.85%64.71%-
XYZ22.2213.128.55-
YUV100.02153.95174.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=44.72%
G=15.72%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655814600.650.120.35310.6547.9843.73
HexA53A92041C23137302c
Octal24572222010114434676054
Binary1010010111101010010010010000011100100011100110111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A92; }

 p { color: rgb(165,58,146); }

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

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

 a { background-color: rgb(165,58,146); }

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

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

 span { border-color: rgb(165,58,146); }

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