Html Css Color HEX #A42978 Medium Red Violet

📋 copy color: '#A42978'

red 164 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #A42978

Tints of Medium Red Violet #A42978

RGB

 RED value IS 164 (64.45% from 255) = 50.46%

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

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

R = 50.46%
G = 12.62%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A42978 (or 0xA42978) is known color: Medium Red Violet. HEX triplet: A4, 29 and 78. RGB value is (164,41,120). Sum of RGB (Red+Green+Blue) = 164+41+120=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A42978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42978 is #5BD687. Grayscale: #565656. Windows color (decimal): -6018696 or 7874980. OLE color: 7874980.

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

Color convert

RGB 164 41 120 -
CMYK 0 0.75 0.27 0.36
HSL 321.46º 0.6% 0.4% -
HSV(B) 321.46º 0.75% 0.64% -
XYZ 19.49 10.83 18.83 -
YUV 86.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 164 41 120 0 0.75 0.27 0.36 321.46 0.6 0.4
Hex A4 29 78 0 4B 1B 24 141 3C 28
Octal 244 51 170 0 113 33 44 501 74 50
Binary 10100100 101001 1111000 0 1001011 11011 100100 101000001 111100 101000

Color Harmonies of #A42978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42978

Black with #A42978

Text Example


Text Example

White with #A42978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42978; }

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

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

background-color css

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

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

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

border-color css

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

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

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