#A72A9E

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

Shades of Medium Red Violet #A72A9E

Tints of Medium Red Violet #A72A9E

Color information

#A72A9E (or 0xA72A9E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2A and 9E. RGB value is (167,42,158). Sum of RGB (Red+Green+Blue) = 167+42+158=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72A9E is #58D561. Grayscale: #5C5C5C. Windows color (decimal): -5821794 or 10365607. OLE color: 10365607.

HSL color Cylindrical-coordinate representation of color #A72A9E: hue angle of 304.32º 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 #A72A9E is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16742158-
CMYK00.750.050.35
HSL304.32º59.81%40.98%-
HSV(B)304.32º74.85%65.49%-
XYZ22.9412.3433.52-
YUV92.6164.91181.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=45.50%
G=11.44%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674215800.750.050.35304.3259.8140.98
HexA72A9E04B5231303c29
Octal2475223601135434607451
Binary101001111010101001111001001011101100011100110000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72A9E; }

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

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

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

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

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

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

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

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