#A02F8F

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

Shades of Medium Red Violet #A02F8F

Tints of Medium Red Violet #A02F8F

Color information

#A02F8F (or 0xA02F8F) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2F and 8F. RGB value is (160,47,143). Sum of RGB (Red+Green+Blue) = 160+47+143=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02F8F is #5FD070. Grayscale: #5B5B5B. Windows color (decimal): -6279281 or 9383840. OLE color: 9383840.

HSL color Cylindrical-coordinate representation of color #A02F8F: hue angle of 309.03º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F8F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16047143-
CMYK00.710.110.37
HSL309.03º54.59%40.59%-
HSV(B)309.03º70.63%62.75%-
XYZ20.4711.4927.13-
YUV91.73156.94176.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 47 (18.75% from 255) = 13.43%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=45.71%
G=13.43%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604714300.710.110.37309.0354.5940.59
HexA02F8F047B251353729
Octal24057217010713454656751
Binary1010000010111110001111010001111011100101100110101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F8F; }

 p { color: rgb(160,47,143); }

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

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

 a { background-color: rgb(160,47,143); }

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

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

 span { border-color: rgb(160,47,143); }

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