Html Css Color HEX #A53987 Medium Red Violet

📋 copy color: '#A53987'

red 165 ◦ green 57 ◦ blue 135

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

Shades of Medium Red Violet #A53987

Tints of Medium Red Violet #A53987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

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

R = 46.22%
G = 15.97%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A53987 (or 0xA53987) is known color: Medium Red Violet. HEX triplet: A5, 39 and 87. RGB value is (165,57,135). Sum of RGB (Red+Green+Blue) = 165+57+135=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A53987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53987 is #5AC678. Grayscale: #616161. Windows color (decimal): -5949049 or 8862117. OLE color: 8862117.

HSL color Cylindrical-coordinate representation of color #A53987: hue angle of 316.67º degrees, saturation: 0.49, 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 #A53987 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 57 135 -
CMYK 0 0.65 0.18 0.35
HSL 316.67º 0.49% 0.44% -
HSV(B) 316.67º 0.65% 0.65% -
XYZ 21.35 12.67 24.24 -
YUV 98.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 165 57 135 0 0.65 0.18 0.35 316.67 0.49 0.44
Hex A5 39 87 0 41 12 23 13D 31 2C
Octal 245 71 207 0 101 22 43 475 61 54
Binary 10100101 111001 10000111 0 1000001 10010 100011 100111101 110001 101100

Color Harmonies of #A53987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53987

Black with #A53987

Text Example


Text Example

White with #A53987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53987; }

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

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

background-color css

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

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

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

border-color css

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

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

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