Html Css Color HEX #A52291 Medium Red Violet

📋 copy color: '#A52291'

red 165 ◦ green 34 ◦ blue 145

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

Shades of Medium Red Violet #A52291

Tints of Medium Red Violet #A52291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 47.97%
G = 9.88%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52291 (or 0xA52291) is known color: Medium Red Violet. HEX triplet: A5, 22 and 91. RGB value is (165,34,145). Sum of RGB (Red+Green+Blue) = 165+34+145=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A52291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52291 is #5ADD6E. Grayscale: #555555. Windows color (decimal): -5954927 or 9511589. OLE color: 9511589.

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

Color convert

RGB 165 34 145 -
CMYK 0 0.79 0.12 0.35
HSL 309.16º 0.66% 0.39% -
HSV(B) 309.16º 0.79% 0.65% -
XYZ 21.2 11.19 27.83 -
YUV 85.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 165 34 145 0 0.79 0.12 0.35 309.16 0.66 0.39
Hex A5 22 91 0 4F C 23 135 42 27
Octal 245 42 221 0 117 14 43 465 102 47
Binary 10100101 100010 10010001 0 1001111 1100 100011 100110101 1000010 100111

Color Harmonies of #A52291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52291

Black with #A52291

Text Example


Text Example

White with #A52291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52291; }

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

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

background-color css

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

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

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

border-color css

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

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

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