Html Css Color HEX #A52C71 Medium Red Violet

📋 copy color: '#A52C71'

red 165 ◦ green 44 ◦ blue 113

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

Shades of Medium Red Violet #A52C71

Tints of Medium Red Violet #A52C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 51.24%
G = 13.66%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A52C71 (or 0xA52C71) is known color: Medium Red Violet. HEX triplet: A5, 2C and 71. RGB value is (165,44,113). Sum of RGB (Red+Green+Blue) = 165+44+113=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52C71 is #5AD38E. Grayscale: #575757. Windows color (decimal): -5952399 or 7416997. OLE color: 7416997.

HSL color Cylindrical-coordinate representation of color #A52C71: hue angle of 325.79º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52C71 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 44 113 -
CMYK 0 0.73 0.32 0.35
HSL 325.79º 0.58% 0.41% -
HSV(B) 325.79º 0.73% 0.65% -
XYZ 19.4 10.99 16.72 -
YUV 88.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 165 44 113 0 0.73 0.32 0.35 325.79 0.58 0.41
Hex A5 2C 71 0 49 20 23 146 3A 29
Octal 245 54 161 0 111 40 43 506 72 51
Binary 10100101 101100 1110001 0 1001001 100000 100011 101000110 111010 101001

Color Harmonies of #A52C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C71

Black with #A52C71

Text Example


Text Example

White with #A52C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C71; }

 p { color: rgb(165,44,113); }

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

background-color css

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

 a { background-color: rgb(165,44,113); }

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

border-color css

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

 span { border-color: rgb(165,44,113); }

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