Html Css Color HEX #A52491 Medium Red Violet

📋 copy color: '#A52491'

red 165 ◦ green 36 ◦ blue 145

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

Shades of Medium Red Violet #A52491

Tints of Medium Red Violet #A52491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 47.69%
G = 10.4%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52491 (or 0xA52491) is known color: Medium Red Violet. HEX triplet: A5, 24 and 91. RGB value is (165,36,145). Sum of RGB (Red+Green+Blue) = 165+36+145=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A52491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52491 is #5ADB6E. Grayscale: #565656. Windows color (decimal): -5954415 or 9512101. OLE color: 9512101.

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

Color convert

RGB 165 36 145 -
CMYK 0 0.78 0.12 0.35
HSL 309.3º 0.64% 0.39% -
HSV(B) 309.3º 0.78% 0.65% -
XYZ 21.26 11.31 27.85 -
YUV 87 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 165 36 145 0 0.78 0.12 0.35 309.3 0.64 0.39
Hex A5 24 91 0 4E C 23 135 40 27
Octal 245 44 221 0 116 14 43 465 100 47
Binary 10100101 100100 10010001 0 1001110 1100 100011 100110101 1000000 100111

Color Harmonies of #A52491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52491

Black with #A52491

Text Example


Text Example

White with #A52491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52491; }

 p { color: rgb(165,36,145); }

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

background-color css

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

 a { background-color: rgb(165,36,145); }

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

border-color css

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

 span { border-color: rgb(165,36,145); }

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