#A02D7C

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

Shades of Medium Red Violet #A02D7C

Tints of Medium Red Violet #A02D7C

Color information

#A02D7C (or 0xA02D7C) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2D and 7C. RGB value is (160,45,124). Sum of RGB (Red+Green+Blue) = 160+45+124=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D7C is #5FD283. Grayscale: #585858. Windows color (decimal): -6279812 or 8138144. OLE color: 8138144.

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

Color convert

RGB16045124-
CMYK00.720.220.37
HSL318.78º56.1%40.2%-
HSV(B)318.78º71.88%62.75%-
XYZ19.0710.8120.15-
YUV88.39148.1179.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=48.63%
G=13.68%
B=37.69%

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
Decimal1604512400.720.220.37318.7856.140.2
HexA02D7C048162513f3828
Octal24055174011026454777050
Binary1010000010110111111000100100010110100101100111111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D7C; }

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

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

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

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

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

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

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

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