Html Css Color HEX #A52879 Medium Red Violet

📋 copy color: '#A52879'

red 165 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #A52879

Tints of Medium Red Violet #A52879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 50.61%
G = 12.27%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A52879 (or 0xA52879) is known color: Medium Red Violet. HEX triplet: A5, 28 and 79. RGB value is (165,40,121). Sum of RGB (Red+Green+Blue) = 165+40+121=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A52879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52879 is #5AD786. Grayscale: #565656. Windows color (decimal): -5953415 or 7940261. OLE color: 7940261.

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

Color convert

RGB 165 40 121 -
CMYK 0 0.76 0.27 0.35
HSL 321.12º 0.61% 0.4% -
HSV(B) 321.12º 0.76% 0.65% -
XYZ 19.73 10.9 19.15 -
YUV 86.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 165 40 121 0 0.76 0.27 0.35 321.12 0.61 0.4
Hex A5 28 79 0 4C 1B 23 141 3D 28
Octal 245 50 171 0 114 33 43 501 75 50
Binary 10100101 101000 1111001 0 1001100 11011 100011 101000001 111101 101000

Color Harmonies of #A52879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52879

Black with #A52879

Text Example


Text Example

White with #A52879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52879; }

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

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

background-color css

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

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

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

border-color css

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

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

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