Html Css Color HEX #A52587 Medium Red Violet

📋 copy color: '#A52587'

red 165 ◦ green 37 ◦ blue 135

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

Shades of Medium Red Violet #A52587

Tints of Medium Red Violet #A52587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 48.96%
G = 10.98%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A52587 (or 0xA52587) is known color: Medium Red Violet. HEX triplet: A5, 25 and 87. RGB value is (165,37,135). Sum of RGB (Red+Green+Blue) = 165+37+135=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A52587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52587 is #5ADA78. Grayscale: #565656. Windows color (decimal): -5954169 or 8856997. OLE color: 8856997.

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

Color convert

RGB 165 37 135 -
CMYK 0 0.78 0.18 0.35
HSL 314.06º 0.63% 0.4% -
HSV(B) 314.06º 0.78% 0.65% -
XYZ 20.55 11.07 23.98 -
YUV 86.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 165 37 135 0 0.78 0.18 0.35 314.06 0.63 0.4
Hex A5 25 87 0 4E 12 23 13A 3F 28
Octal 245 45 207 0 116 22 43 472 77 50
Binary 10100101 100101 10000111 0 1001110 10010 100011 100111010 111111 101000

Color Harmonies of #A52587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52587

Black with #A52587

Text Example


Text Example

White with #A52587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52587; }

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

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

background-color css

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

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

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

border-color css

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

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

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