#AC098D

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

Shades of Medium Violet Red #AC098D

Tints of Medium Violet Red #AC098D

Color information

#AC098D (or 0xAC098D) is unknown color: approx Medium Violet Red. HEX triplet: AC, 09 and 8D. RGB value is (172,9,141). Sum of RGB (Red+Green+Blue) = 172+9+141=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC098D is #53F672. Grayscale: #484848. Windows color (decimal): -5502579 or 9243052. OLE color: 9243052.

HSL color Cylindrical-coordinate representation of color #AC098D: hue angle of 311.41º 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 #AC098D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB1729141-
CMYK00.950.180.33
HSL311.41º90.06%35.49%-
HSV(B)311.41º94.77%67.45%-
XYZ21.9210.8926.15-
YUV72.78166.5198.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=53.42%
G=2.80%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172914100.950.180.33311.4190.0635.49
HexAC98D05F12211375a23
Octal254112150137224146713243
Binary1010110010011000110101011111100101000011001101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC098D; }

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

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

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

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

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

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

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

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