Html Css Color HEX #A42E84 Medium Red Violet

📋 copy color: '#A42E84'

red 164 ◦ green 46 ◦ blue 132

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

Shades of Medium Red Violet #A42E84

Tints of Medium Red Violet #A42E84

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.45%

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 47.95%
G = 13.45%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A42E84 (or 0xA42E84) is known color: Medium Red Violet. HEX triplet: A4, 2E and 84. RGB value is (164,46,132). Sum of RGB (Red+Green+Blue) = 164+46+132=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E84 is #5BD17B. Grayscale: #5A5A5A. Windows color (decimal): -6017404 or 8662692. OLE color: 8662692.

HSL color Cylindrical-coordinate representation of color #A42E84: hue angle of 316.27º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E84 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 46 132 -
CMYK 0 0.72 0.20 0.36
HSL 316.27º 0.56% 0.41% -
HSV(B) 316.27º 0.72% 0.64% -
XYZ 20.45 11.51 22.97 -
YUV 91.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 164 46 132 0 0.72 0.20 0.36 316.27 0.56 0.41
Hex A4 2E 84 0 48 14 24 13C 38 29
Octal 244 56 204 0 110 24 44 474 70 51
Binary 10100100 101110 10000100 0 1001000 10100 100100 100111100 111000 101001

Color Harmonies of #A42E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E84

Black with #A42E84

Text Example


Text Example

White with #A42E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E84; }

 p { color: rgb(164,46,132); }

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

background-color css

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

 a { background-color: rgb(164,46,132); }

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

border-color css

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

 span { border-color: rgb(164,46,132); }

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