Html Css Color HEX #A42476 Medium Red Violet

📋 copy color: '#A42476'

red 164 ◦ green 36 ◦ blue 118

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

Shades of Medium Red Violet #A42476

Tints of Medium Red Violet #A42476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 51.57%
G = 11.32%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A42476 (or 0xA42476) is known color: Medium Red Violet. HEX triplet: A4, 24 and 76. RGB value is (164,36,118). Sum of RGB (Red+Green+Blue) = 164+36+118=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A42476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42476 is #5BDB89. Grayscale: #535353. Windows color (decimal): -6019978 or 7742628. OLE color: 7742628.

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

Color convert

RGB 164 36 118 -
CMYK 0 0.78 0.28 0.36
HSL 321.56º 0.64% 0.39% -
HSV(B) 321.56º 0.78% 0.64% -
XYZ 19.21 10.46 18.15 -
YUV 83.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 164 36 118 0 0.78 0.28 0.36 321.56 0.64 0.39
Hex A4 24 76 0 4E 1C 24 142 40 27
Octal 244 44 166 0 116 34 44 502 100 47
Binary 10100100 100100 1110110 0 1001110 11100 100100 101000010 1000000 100111

Color Harmonies of #A42476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42476

Black with #A42476

Text Example


Text Example

White with #A42476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42476; }

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

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

background-color css

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

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

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

border-color css

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

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

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