#a72a88

Color #A72A88 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A72A88

Tints of Medium Red Violet #A72A88

Color information

#A72A88 (or 0xA72A88) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2A and 88. RGB value is (167,42,136). Sum of RGB (Red+Green+Blue) = 167+42+136=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72A88 is #58D577. Grayscale: #595959. Windows color (decimal): -5821816 or 8923815. OLE color: 8923815.

HSL color Cylindrical-coordinate representation of color #A72A88: hue angle of 314.88º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A88 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16742136-
CMYK00.750.190.35
HSL314.88º59.81%40.98%-
HSV(B)314.88º74.85%65.49%-
XYZ21.2111.6524.42-
YUV90.09153.91182.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.41%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=48.41%
G=12.17%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674213600.750.190.35314.8859.8140.98
HexA72A8804B132313b3c29
Octal24752210011323434737451
Binary10100111101010100010000100101110011100011100111011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72a88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72a88; }

 p { color: rgb(167,42,136); }

 H1.HeaderClassName
 {
   color: #a72a88;
 }
 .AnyTagClassName
 {
   color: #a72a88;
 }
</style>
background-color css

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

 a { background-color: rgb(167,42,136); }

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

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

 span { border-color: rgb(167,42,136); }

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