Html Css Color HEX #A42078 Medium Red Violet

📋 copy color: '#A42078'

red 164 ◦ green 32 ◦ blue 120

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

Shades of Medium Red Violet #A42078

Tints of Medium Red Violet #A42078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 51.9%
G = 10.13%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A42078 (or 0xA42078) is known color: Medium Red Violet. HEX triplet: A4, 20 and 78. RGB value is (164,32,120). Sum of RGB (Red+Green+Blue) = 164+32+120=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A42078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42078 is #5BDF87. Grayscale: #515151. Windows color (decimal): -6021000 or 7872676. OLE color: 7872676.

HSL color Cylindrical-coordinate representation of color #A42078: hue angle of 320º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42078 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 120 -
CMYK 0 0.80 0.27 0.36
HSL 320º 0.67% 0.38% -
HSV(B) 320º 0.8% 0.64% -
XYZ 19.22 10.28 18.74 -
YUV 81.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 164 32 120 0 0.80 0.27 0.36 320 0.67 0.38
Hex A4 20 78 0 50 1B 24 140 43 26
Octal 244 40 170 0 120 33 44 500 103 46
Binary 10100100 100000 1111000 0 1010000 11011 100100 101000000 1000011 100110

Color Harmonies of #A42078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42078

Black with #A42078

Text Example


Text Example

White with #A42078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42078; }

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

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

background-color css

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

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

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

border-color css

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

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

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