#A0367F

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

Shades of Medium Red Violet #A0367F

Tints of Medium Red Violet #A0367F

Color information

#A0367F (or 0xA0367F) is unknown color: approx Medium Red Violet. HEX triplet: A0, 36 and 7F. RGB value is (160,54,127). Sum of RGB (Red+Green+Blue) = 160+54+127=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0367F is #5FC980. Grayscale: #5D5D5D. Windows color (decimal): -6277505 or 8337056. OLE color: 8337056.

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

Color convert

RGB16054127-
CMYK00.660.210.37
HSL318.68º49.53%41.96%-
HSV(B)318.68º66.25%62.75%-
XYZ19.6511.6421.29-
YUV94.02146.62175.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 127 (50% from 255) = 37.24%
R=46.92%
G=15.84%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605412700.660.210.37318.6849.5341.96
HexA0367F042152513f322a
Octal24066177010225454776252
Binary1010000011011011111110100001010101100101100111111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0367F; }

 p { color: rgb(160,54,127); }

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

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

 a { background-color: rgb(160,54,127); }

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

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

 span { border-color: rgb(160,54,127); }

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