#A9458E

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

Shades of Medium Red Violet #A9458E

Tints of Medium Red Violet #A9458E

Color information

#A9458E (or 0xA9458E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 45 and 8E. RGB value is (169,69,142). Sum of RGB (Red+Green+Blue) = 169+69+142=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9458E is #56BA71. Grayscale: #6B6B6B. Windows color (decimal): -5683826 or 9323945. OLE color: 9323945.

HSL color Cylindrical-coordinate representation of color #A9458E: hue angle of 316.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9458E is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16969142-
CMYK00.590.160.34
HSL316.2º42.02%46.67%-
HSV(B)316.2º59.17%66.27%-
XYZ23.3714.6427.19-
YUV107.22147.63172.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=44.47%
G=18.16%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696914200.590.160.34316.242.0246.67
HexA9458E03B102213c2a2f
Octal25110521607320424745257
Binary10101001100010110001110011101110000100010100111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9458E; }

 p { color: rgb(169,69,142); }

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

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

 a { background-color: rgb(169,69,142); }

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

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

 span { border-color: rgb(169,69,142); }

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