#A0417E

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

Shades of Medium Red Violet #A0417E

Tints of Medium Red Violet #A0417E

Color information

#A0417E (or 0xA0417E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 41 and 7E. RGB value is (160,65,126). Sum of RGB (Red+Green+Blue) = 160+65+126=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0417E is #5FBE81. Grayscale: #646464. Windows color (decimal): -6274690 or 8274336. OLE color: 8274336.

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

Color convert

RGB16065126-
CMYK00.590.210.37
HSL321.47º42.22%44.12%-
HSV(B)321.47º59.38%62.75%-
XYZ20.1512.7621.14-
YUV100.36142.47170.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=45.58%
G=18.52%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606512600.590.210.37321.4742.2244.12
HexA0417E03B15251412a2c
Octal24010117607325455015254
Binary1010000010000011111110011101110101100101101000001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0417E; }

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

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

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

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

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

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

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

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