Html Css Color HEX #A42580 Medium Red Violet

📋 copy color: '#A42580'

red 164 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #A42580

Tints of Medium Red Violet #A42580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

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

R = 49.85%
G = 11.25%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A42580 (or 0xA42580) is known color: Medium Red Violet. HEX triplet: A4, 25 and 80. RGB value is (164,37,128). Sum of RGB (Red+Green+Blue) = 164+37+128=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A42580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42580 is #5BDA7F. Grayscale: #555555. Windows color (decimal): -6019712 or 8398244. OLE color: 8398244.

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

Color convert

RGB 164 37 128 -
CMYK 0 0.77 0.22 0.36
HSL 317.01º 0.63% 0.39% -
HSV(B) 317.01º 0.77% 0.64% -
XYZ 19.87 10.77 21.45 -
YUV 85.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 164 37 128 0 0.77 0.22 0.36 317.01 0.63 0.39
Hex A4 25 80 0 4D 16 24 13D 3F 27
Octal 244 45 200 0 115 26 44 475 77 47
Binary 10100100 100101 10000000 0 1001101 10110 100100 100111101 111111 100111

Color Harmonies of #A42580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42580

Black with #A42580

Text Example


Text Example

White with #A42580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42580; }

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

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

background-color css

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

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

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

border-color css

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

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

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