Html Css Color HEX #A42473 Medium Red Violet

📋 copy color: '#A42473'

red 164 ◦ green 36 ◦ blue 115

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

Shades of Medium Red Violet #A42473

Tints of Medium Red Violet #A42473

RGB

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

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

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

R = 52.06%
G = 11.43%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A42473 (or 0xA42473) is known color: Medium Red Violet. HEX triplet: A4, 24 and 73. RGB value is (164,36,115). Sum of RGB (Red+Green+Blue) = 164+36+115=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A42473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42473 is #5BDB8C. Grayscale: #535353. Windows color (decimal): -6019981 or 7546020. OLE color: 7546020.

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

Color convert

RGB 164 36 115 -
CMYK 0 0.78 0.30 0.36
HSL 322.97º 0.64% 0.39% -
HSV(B) 322.97º 0.78% 0.64% -
XYZ 19.04 10.39 17.22 -
YUV 83.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 164 36 115 0 0.78 0.30 0.36 322.97 0.64 0.39
Hex A4 24 73 0 4E 1E 24 143 40 27
Octal 244 44 163 0 116 36 44 503 100 47
Binary 10100100 100100 1110011 0 1001110 11110 100100 101000011 1000000 100111

Color Harmonies of #A42473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42473

Black with #A42473

Text Example


Text Example

White with #A42473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42473; }

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

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

background-color css

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

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

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

border-color css

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

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

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