#A72D93

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

Shades of Medium Red Violet #A72D93

Tints of Medium Red Violet #A72D93

Color information

#A72D93 (or 0xA72D93) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2D and 93. RGB value is (167,45,147). Sum of RGB (Red+Green+Blue) = 167+45+147=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72D93 is #58D26C. Grayscale: #5C5C5C. Windows color (decimal): -5821037 or 9645479. OLE color: 9645479.

HSL color Cylindrical-coordinate representation of color #A72D93: hue angle of 309.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D93 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16745147-
CMYK00.730.120.35
HSL309.84º57.55%41.57%-
HSV(B)309.84º73.05%65.49%-
XYZ22.1412.228.79-
YUV93.11158.42180.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=46.52%
G=12.53%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674514700.730.120.35309.8457.5541.57
HexA72D93049C231363a2a
Octal24755223011114434667252
Binary1010011110110110010011010010011100100011100110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72D93; }

 p { color: rgb(167,45,147); }

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

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

 a { background-color: rgb(167,45,147); }

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

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

 span { border-color: rgb(167,45,147); }

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