#AC098E

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

Shades of Medium Violet Red #AC098E

Tints of Medium Violet Red #AC098E

Color information

#AC098E (or 0xAC098E) is unknown color: approx Medium Violet Red. HEX triplet: AC, 09 and 8E. RGB value is (172,9,142). Sum of RGB (Red+Green+Blue) = 172+9+142=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC098E is #53F671. Grayscale: #484848. Windows color (decimal): -5502578 or 9308588. OLE color: 9308588.

HSL color Cylindrical-coordinate representation of color #AC098E: hue angle of 311.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC098E is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB1729142-
CMYK00.950.170.33
HSL311.04º90.06%35.49%-
HSV(B)311.04º94.77%67.45%-
XYZ21.9910.9226.54-
YUV72.9167198.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=53.25%
G=2.79%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172914200.950.170.33311.0490.0635.49
HexAC98E05F11211375a23
Octal254112160137214146713243
Binary1010110010011000111001011111100011000011001101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC098E; }

 p { color: rgb(172,9,142); }

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

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

 a { background-color: rgb(172,9,142); }

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

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

 span { border-color: rgb(172,9,142); }

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