#A02D7D

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

Shades of Medium Red Violet #A02D7D

Tints of Medium Red Violet #A02D7D

Color information

#A02D7D (or 0xA02D7D) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2D and 7D. RGB value is (160,45,125). Sum of RGB (Red+Green+Blue) = 160+45+125=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D7D is #5FD282. Grayscale: #585858. Windows color (decimal): -6279811 or 8203680. OLE color: 8203680.

HSL color Cylindrical-coordinate representation of color #A02D7D: hue angle of 318.26º 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 #A02D7D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16045125-
CMYK00.720.220.37
HSL318.26º56.1%40.2%-
HSV(B)318.26º71.88%62.75%-
XYZ19.1410.8320.48-
YUV88.5148.6179-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=48.48%
G=13.64%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604512500.720.220.37318.2656.140.2
HexA02D7D048162513e3828
Octal24055175011026454767050
Binary1010000010110111111010100100010110100101100111110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D7D; }

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

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

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

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

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

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

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

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