#A0327E

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

Shades of Medium Red Violet #A0327E

Tints of Medium Red Violet #A0327E

Color information

#A0327E (or 0xA0327E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 32 and 7E. RGB value is (160,50,126). Sum of RGB (Red+Green+Blue) = 160+50+126=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0327E is #5FCD81. Grayscale: #5B5B5B. Windows color (decimal): -6278530 or 8270496. OLE color: 8270496.

HSL color Cylindrical-coordinate representation of color #A0327E: hue angle of 318.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0327E is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16050126-
CMYK00.690.210.37
HSL318.55º52.38%41.18%-
HSV(B)318.55º68.75%62.75%-
XYZ19.411.2620.89-
YUV91.55147.44176.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=47.62%
G=14.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605012600.690.210.37318.5552.3841.18
HexA0327E045152513f3429
Octal24062176010525454776451
Binary1010000011001011111100100010110101100101100111111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0327E; }

 p { color: rgb(160,50,126); }

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

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

 a { background-color: rgb(160,50,126); }

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

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

 span { border-color: rgb(160,50,126); }

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