Html Css Color HEX #A52978 Medium Red Violet

📋 copy color: '#A52978'

red 165 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #A52978

Tints of Medium Red Violet #A52978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 50.61%
G = 12.58%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A52978 (or 0xA52978) is known color: Medium Red Violet. HEX triplet: A5, 29 and 78. RGB value is (165,41,120). Sum of RGB (Red+Green+Blue) = 165+41+120=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A52978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52978 is #5AD687. Grayscale: #565656. Windows color (decimal): -5953160 or 7874981. OLE color: 7874981.

HSL color Cylindrical-coordinate representation of color #A52978: hue angle of 321.77º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52978 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 41 120 -
CMYK 0 0.75 0.27 0.35
HSL 321.77º 0.6% 0.4% -
HSV(B) 321.77º 0.75% 0.65% -
XYZ 19.7 10.94 18.84 -
YUV 87.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 165 41 120 0 0.75 0.27 0.35 321.77 0.6 0.4
Hex A5 29 78 0 4B 1B 23 142 3C 28
Octal 245 51 170 0 113 33 43 502 74 50
Binary 10100101 101001 1111000 0 1001011 11011 100011 101000010 111100 101000

Color Harmonies of #A52978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52978

Black with #A52978

Text Example


Text Example

White with #A52978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52978; }

 p { color: rgb(165,41,120); }

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

background-color css

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

 a { background-color: rgb(165,41,120); }

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

border-color css

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

 span { border-color: rgb(165,41,120); }

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