#A02D7B

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

Shades of Medium Red Violet #A02D7B

Tints of Medium Red Violet #A02D7B

Color information

#A02D7B (or 0xA02D7B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 2D and 7B. RGB value is (160,45,123). Sum of RGB (Red+Green+Blue) = 160+45+123=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D7B is #5FD284. Grayscale: #585858. Windows color (decimal): -6279813 or 8072608. OLE color: 8072608.

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

Color convert

RGB16045123-
CMYK00.720.230.37
HSL319.3º56.1%40.2%-
HSV(B)319.3º71.88%62.75%-
XYZ19.0110.7819.82-
YUV88.28147.6179.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=48.78%
G=13.72%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604512300.720.230.37319.356.140.2
HexA02D7B048172513f3828
Octal24055173011027454777050
Binary1010000010110111110110100100010111100101100111111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D7B; }

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

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

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

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

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

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

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

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