Html Css Color HEX #A52872 Medium Red Violet

📋 copy color: '#A52872'

red 165 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #A52872

Tints of Medium Red Violet #A52872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 51.72%
G = 12.54%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A52872 (or 0xA52872) is known color: Medium Red Violet. HEX triplet: A5, 28 and 72. RGB value is (165,40,114). Sum of RGB (Red+Green+Blue) = 165+40+114=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A52872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52872 is #5AD78D. Grayscale: #555555. Windows color (decimal): -5953422 or 7481509. OLE color: 7481509.

HSL color Cylindrical-coordinate representation of color #A52872: hue angle of 324.48º 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 #A52872 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 40 114 -
CMYK 0 0.76 0.31 0.35
HSL 324.48º 0.61% 0.4% -
HSV(B) 324.48º 0.76% 0.65% -
XYZ 19.31 10.73 16.97 -
YUV 85.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 165 40 114 0 0.76 0.31 0.35 324.48 0.61 0.4
Hex A5 28 72 0 4C 1F 23 144 3D 28
Octal 245 50 162 0 114 37 43 504 75 50
Binary 10100101 101000 1110010 0 1001100 11111 100011 101000100 111101 101000

Color Harmonies of #A52872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52872

Black with #A52872

Text Example


Text Example

White with #A52872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52872; }

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

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

background-color css

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

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

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

border-color css

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

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

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