Html Css Color HEX #A42480 Medium Red Violet

📋 copy color: '#A42480'

red 164 ◦ green 36 ◦ blue 128

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

Shades of Medium Red Violet #A42480

Tints of Medium Red Violet #A42480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 50%
G = 10.98%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A42480 (or 0xA42480) is known color: Medium Red Violet. HEX triplet: A4, 24 and 80. RGB value is (164,36,128). Sum of RGB (Red+Green+Blue) = 164+36+128=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A42480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42480 is #5BDB7F. Grayscale: #545454. Windows color (decimal): -6019968 or 8397988. OLE color: 8397988.

HSL color Cylindrical-coordinate representation of color #A42480: hue angle of 316.88º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42480 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 128 -
CMYK 0 0.78 0.22 0.36
HSL 316.88º 0.64% 0.39% -
HSV(B) 316.88º 0.78% 0.64% -
XYZ 19.84 10.71 21.44 -
YUV 84.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 164 36 128 0 0.78 0.22 0.36 316.88 0.64 0.39
Hex A4 24 80 0 4E 16 24 13D 40 27
Octal 244 44 200 0 116 26 44 475 100 47
Binary 10100100 100100 10000000 0 1001110 10110 100100 100111101 1000000 100111

Color Harmonies of #A42480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42480

Black with #A42480

Text Example


Text Example

White with #A42480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42480; }

 p { color: rgb(164,36,128); }

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

background-color css

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

 a { background-color: rgb(164,36,128); }

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

border-color css

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

 span { border-color: rgb(164,36,128); }

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