Html Css Color HEX #A42899 Medium Red Violet

📋 copy color: '#A42899'

red 164 ◦ green 40 ◦ blue 153

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

Shades of Medium Red Violet #A42899

Tints of Medium Red Violet #A42899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 45.94%
G = 11.2%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A42899 (or 0xA42899) is known color: Medium Red Violet. HEX triplet: A4, 28 and 99. RGB value is (164,40,153). Sum of RGB (Red+Green+Blue) = 164+40+153=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A42899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42899 is #5BD766. Grayscale: #595959. Windows color (decimal): -6018919 or 10037412. OLE color: 10037412.

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

Color convert

RGB 164 40 153 -
CMYK 0 0.76 0.07 0.36
HSL 305.32º 0.61% 0.4% -
HSV(B) 305.32º 0.76% 0.64% -
XYZ 21.82 11.71 31.25 -
YUV 89.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 164 40 153 0 0.76 0.07 0.36 305.32 0.61 0.4
Hex A4 28 99 0 4C 7 24 131 3D 28
Octal 244 50 231 0 114 7 44 461 75 50
Binary 10100100 101000 10011001 0 1001100 111 100100 100110001 111101 101000

Color Harmonies of #A42899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42899

Black with #A42899

Text Example


Text Example

White with #A42899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42899; }

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

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

background-color css

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

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

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

border-color css

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

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

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