#A02B76

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

Shades of Medium Red Violet #A02B76

Tints of Medium Red Violet #A02B76

Color information

#A02B76 (or 0xA02B76) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2B and 76. RGB value is (160,43,118). Sum of RGB (Red+Green+Blue) = 160+43+118=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B76 is #5FD489. Grayscale: #565656. Windows color (decimal): -6280330 or 7744416. OLE color: 7744416.

HSL color Cylindrical-coordinate representation of color #A02B76: hue angle of 321.54º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B76 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16043118-
CMYK00.730.260.37
HSL321.54º57.64%39.8%-
HSV(B)321.54º73.12%62.75%-
XYZ18.6310.5118.19-
YUV86.53145.76180.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=49.84%
G=13.40%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604311800.730.260.37321.5457.6439.8
HexA02B760491A251423a28
Octal24053166011132455027250
Binary1010000010101111101100100100111010100101101000010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B76; }

 p { color: rgb(160,43,118); }

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

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

 a { background-color: rgb(160,43,118); }

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

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

 span { border-color: rgb(160,43,118); }

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