Html Css Color HEX #A52091 Medium Red Violet

📋 copy color: '#A52091'

red 165 ◦ green 32 ◦ blue 145

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

Shades of Medium Red Violet #A52091

Tints of Medium Red Violet #A52091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 48.25%
G = 9.36%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52091 (or 0xA52091) is known color: Medium Red Violet. HEX triplet: A5, 20 and 91. RGB value is (165,32,145). Sum of RGB (Red+Green+Blue) = 165+32+145=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A52091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52091 is #5ADF6E. Grayscale: #545454. Windows color (decimal): -5955439 or 9511077. OLE color: 9511077.

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

Color convert

RGB 165 32 145 -
CMYK 0 0.81 0.12 0.35
HSL 309.02º 0.68% 0.39% -
HSV(B) 309.02º 0.81% 0.65% -
XYZ 21.14 11.08 27.81 -
YUV 84.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 165 32 145 0 0.81 0.12 0.35 309.02 0.68 0.39
Hex A5 20 91 0 51 C 23 135 44 27
Octal 245 40 221 0 121 14 43 465 104 47
Binary 10100101 100000 10010001 0 1010001 1100 100011 100110101 1000100 100111

Color Harmonies of #A52091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52091

Black with #A52091

Text Example


Text Example

White with #A52091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52091; }

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

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

background-color css

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

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

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

border-color css

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

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

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