#A53B7A

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

Shades of Medium Red Violet #A53B7A

Tints of Medium Red Violet #A53B7A

Color information

#A53B7A (or 0xA53B7A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3B and 7A. RGB value is (165,59,122). Sum of RGB (Red+Green+Blue) = 165+59+122=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B7A is #5AC485. Grayscale: #616161. Windows color (decimal): -5948550 or 8010661. OLE color: 8010661.

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

Color convert

RGB16559122-
CMYK00.640.260.35
HSL324.34º47.32%43.92%-
HSV(B)324.34º64.24%64.71%-
XYZ20.5912.5319.75-
YUV97.88141.62175.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=47.69%
G=17.05%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655912200.640.260.35324.3447.3243.92
HexA53B7A0401A231442f2c
Octal24573172010032435045754
Binary1010010111101111110100100000011010100011101000100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B7A; }

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

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

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

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

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

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

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

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