Html Css Color HEX #A42499 Medium Red Violet

📋 copy color: '#A42499'

red 164 ◦ green 36 ◦ blue 153

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

Shades of Medium Red Violet #A42499

Tints of Medium Red Violet #A42499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 46.46%
G = 10.2%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A42499 (or 0xA42499) is known color: Medium Red Violet. HEX triplet: A4, 24 and 99. RGB value is (164,36,153). Sum of RGB (Red+Green+Blue) = 164+36+153=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A42499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42499 is #5BDB66. Grayscale: #575757. Windows color (decimal): -6019943 or 10036388. OLE color: 10036388.

HSL color Cylindrical-coordinate representation of color #A42499: hue angle of 305.16º 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 #A42499 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 153 -
CMYK 0 0.78 0.07 0.36
HSL 305.16º 0.64% 0.39% -
HSV(B) 305.16º 0.78% 0.64% -
XYZ 21.69 11.45 31.2 -
YUV 87.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 164 36 153 0 0.78 0.07 0.36 305.16 0.64 0.39
Hex A4 24 99 0 4E 7 24 131 40 27
Octal 244 44 231 0 116 7 44 461 100 47
Binary 10100100 100100 10011001 0 1001110 111 100100 100110001 1000000 100111

Color Harmonies of #A42499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42499

Black with #A42499

Text Example


Text Example

White with #A42499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42499; }

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

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

background-color css

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

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

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

border-color css

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

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

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