#A02D8C

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

Shades of Medium Red Violet #A02D8C

Tints of Medium Red Violet #A02D8C

Color information

#A02D8C (or 0xA02D8C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2D and 8C. RGB value is (160,45,140). Sum of RGB (Red+Green+Blue) = 160+45+140=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02D8C is #5FD273. Grayscale: #595959. Windows color (decimal): -6279796 or 9186720. OLE color: 9186720.

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

Color convert

RGB16045140-
CMYK00.720.120.37
HSL310.43º56.1%40.2%-
HSV(B)310.43º71.88%62.75%-
XYZ20.1711.2425.92-
YUV90.22156.1177.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=46.38%
G=13.04%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604514000.720.120.37310.4356.140.2
HexA02D8C048C251363828
Octal24055214011014454667050
Binary1010000010110110001100010010001100100101100110110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D8C; }

 p { color: rgb(160,45,140); }

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

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

 a { background-color: rgb(160,45,140); }

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

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

 span { border-color: rgb(160,45,140); }

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