Html Css Color HEX #A72081 Medium Red Violet

📋 copy color: '#A72081'

red 167 ◦ green 32 ◦ blue 129

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

Shades of Medium Red Violet #A72081

Tints of Medium Red Violet #A72081

RGB

 RED value IS 167 (65.63% from 255) = 50.91%

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 50.91%
G = 9.76%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A72081 (or 0xA72081) is known color: Medium Red Violet. HEX triplet: A7, 20 and 81. RGB value is (167,32,129). Sum of RGB (Red+Green+Blue) = 167+32+129=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A72081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72081 is #58DF7E. Grayscale: #535353. Windows color (decimal): -5824383 or 8462503. OLE color: 8462503.

HSL color Cylindrical-coordinate representation of color #A72081: hue angle of 316.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72081 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 129 -
CMYK 0 0.81 0.23 0.35
HSL 316.89º 0.68% 0.39% -
HSV(B) 316.89º 0.81% 0.65% -
XYZ 20.42 10.83 21.78 -
YUV 83.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 167 32 129 0 0.81 0.23 0.35 316.89 0.68 0.39
Hex A7 20 81 0 51 17 23 13D 44 27
Octal 247 40 201 0 121 27 43 475 104 47
Binary 10100111 100000 10000001 0 1010001 10111 100011 100111101 1000100 100111

Color Harmonies of #A72081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72081

Black with #A72081

Text Example


Text Example

White with #A72081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72081; }

 p { color: rgb(167,32,129); }

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

background-color css

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

 a { background-color: rgb(167,32,129); }

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

border-color css

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

 span { border-color: rgb(167,32,129); }

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