Html Css Color HEX #A52590 Medium Red Violet

📋 copy color: '#A52590'

red 165 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #A52590

Tints of Medium Red Violet #A52590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 47.69%
G = 10.69%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A52590 (or 0xA52590) is known color: Medium Red Violet. HEX triplet: A5, 25 and 90. RGB value is (165,37,144). Sum of RGB (Red+Green+Blue) = 165+37+144=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A52590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52590 is #5ADA6F. Grayscale: #575757. Windows color (decimal): -5954160 or 9446821. OLE color: 9446821.

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

Color convert

RGB 165 37 144 -
CMYK 0 0.78 0.13 0.35
HSL 309.84º 0.63% 0.4% -
HSV(B) 309.84º 0.78% 0.65% -
XYZ 21.21 11.34 27.46 -
YUV 87.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 165 37 144 0 0.78 0.13 0.35 309.84 0.63 0.4
Hex A5 25 90 0 4E D 23 136 3F 28
Octal 245 45 220 0 116 15 43 466 77 50
Binary 10100101 100101 10010000 0 1001110 1101 100011 100110110 111111 101000

Color Harmonies of #A52590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52590

Black with #A52590

Text Example


Text Example

White with #A52590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52590; }

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

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

background-color css

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

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

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

border-color css

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

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

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