Html Css Color HEX #A42E73 Medium Red Violet

📋 copy color: '#A42E73'

red 164 ◦ green 46 ◦ blue 115

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

Shades of Medium Red Violet #A42E73

Tints of Medium Red Violet #A42E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 50.46%
G = 14.15%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A42E73 (or 0xA42E73) is known color: Medium Red Violet. HEX triplet: A4, 2E and 73. RGB value is (164,46,115). Sum of RGB (Red+Green+Blue) = 164+46+115=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E73 is #5BD18C. Grayscale: #585858. Windows color (decimal): -6017421 or 7548580. OLE color: 7548580.

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

Color convert

RGB 164 46 115 -
CMYK 0 0.72 0.30 0.36
HSL 324.92º 0.56% 0.41% -
HSV(B) 324.92º 0.72% 0.64% -
XYZ 19.38 11.08 17.34 -
YUV 89.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 164 46 115 0 0.72 0.30 0.36 324.92 0.56 0.41
Hex A4 2E 73 0 48 1E 24 145 38 29
Octal 244 56 163 0 110 36 44 505 70 51
Binary 10100100 101110 1110011 0 1001000 11110 100100 101000101 111000 101001

Color Harmonies of #A42E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E73

Black with #A42E73

Text Example


Text Example

White with #A42E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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