Html Css Color HEX #A52890 Medium Red Violet

📋 copy color: '#A52890'

red 165 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #A52890

Tints of Medium Red Violet #A52890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 47.28%
G = 11.46%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A52890 (or 0xA52890) is known color: Medium Red Violet. HEX triplet: A5, 28 and 90. RGB value is (165,40,144). Sum of RGB (Red+Green+Blue) = 165+40+144=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52890 is #5AD76F. Grayscale: #585858. Windows color (decimal): -5953392 or 9447589. OLE color: 9447589.

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

Color convert

RGB 165 40 144 -
CMYK 0 0.76 0.13 0.35
HSL 310.08º 0.61% 0.4% -
HSV(B) 310.08º 0.76% 0.65% -
XYZ 21.31 11.53 27.49 -
YUV 89.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 165 40 144 0 0.76 0.13 0.35 310.08 0.61 0.4
Hex A5 28 90 0 4C D 23 136 3D 28
Octal 245 50 220 0 114 15 43 466 75 50
Binary 10100101 101000 10010000 0 1001100 1101 100011 100110110 111101 101000

Color Harmonies of #A52890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52890

Black with #A52890

Text Example


Text Example

White with #A52890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52890; }

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

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

background-color css

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

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

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

border-color css

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

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

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