#A0407B

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

Shades of Medium Red Violet #A0407B

Tints of Medium Red Violet #A0407B

Color information

#A0407B (or 0xA0407B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 40 and 7B. RGB value is (160,64,123). Sum of RGB (Red+Green+Blue) = 160+64+123=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0407B is #5FBF84. Grayscale: #636363. Windows color (decimal): -6274949 or 8077472. OLE color: 8077472.

HSL color Cylindrical-coordinate representation of color #A0407B: hue angle of 323.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0407B is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16064123-
CMYK00.60.230.37
HSL323.12º42.86%43.92%-
HSV(B)323.12º60%62.75%-
XYZ19.9112.5720.12-
YUV99.43141.3171.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=46.11%
G=18.44%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606412300.60.230.37323.1242.8643.92
HexA0407B03C17251432b2c
Octal24010017307427455035354
Binary1010000010000001111011011110010111100101101000011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0407B; }

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

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

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

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

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

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

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

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