Html Css Color HEX #A53587 Medium Red Violet

📋 copy color: '#A53587'

red 165 ◦ green 53 ◦ blue 135

#A53587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A53587

Tints of Medium Red Violet #A53587

RGB

 RED value IS 165 (64.84% from 255) = 46.74%

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 46.74%
G = 15.01%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A53587 (or 0xA53587) is known color: Medium Red Violet. HEX triplet: A5, 35 and 87. RGB value is (165,53,135). Sum of RGB (Red+Green+Blue) = 165+53+135=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A53587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53587 is #5ACA78. Grayscale: #5F5F5F. Windows color (decimal): -5950073 or 8861093. OLE color: 8861093.

HSL color Cylindrical-coordinate representation of color #A53587: hue angle of 316.07º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53587 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 53 135 -
CMYK 0 0.68 0.18 0.35
HSL 316.07º 0.51% 0.43% -
HSV(B) 316.07º 0.68% 0.65% -
XYZ 21.16 12.29 24.18 -
YUV 95.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 165 53 135 0 0.68 0.18 0.35 316.07 0.51 0.43
Hex A5 35 87 0 44 12 23 13C 33 2B
Octal 245 65 207 0 104 22 43 474 63 53
Binary 10100101 110101 10000111 0 1000100 10010 100011 100111100 110011 101011

Color Harmonies of #A53587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53587

Black with #A53587

Text Example


Text Example

White with #A53587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53587; }

 p { color: rgb(165,53,135); }

 H1.HeaderClassName
 {
   color: #A53587;
 }
 .AnyTagClassName
 {
   color: #A53587;
 }
</style>

background-color css

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

 a { background-color: rgb(165,53,135); }

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

border-color css

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

 span { border-color: rgb(165,53,135); }

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