#A0427D

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

Shades of Medium Red Violet #A0427D

Tints of Medium Red Violet #A0427D

Color information

#A0427D (or 0xA0427D) is unknown color: approx Medium Red Violet. HEX triplet: A0, 42 and 7D. RGB value is (160,66,125). Sum of RGB (Red+Green+Blue) = 160+66+125=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0427D is #5FBD82. Grayscale: #646464. Windows color (decimal): -6274435 or 8209056. OLE color: 8209056.

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

Color convert

RGB16066125-
CMYK00.590.220.37
HSL322.34º41.59%44.31%-
HSV(B)322.34º58.75%62.75%-
XYZ20.1512.8520.82-
YUV100.83141.64170.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=45.58%
G=18.80%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606612500.590.220.37322.3441.5944.31
HexA0427D03B16251422a2c
Octal24010217507326455025254
Binary1010000010000101111101011101110110100101101000010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0427D; }

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

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

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

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

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

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

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

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