#ab2c98

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

Shades of Medium Red Violet #AB2C98

Tints of Medium Red Violet #AB2C98

Color information

#AB2C98 (or 0xAB2C98) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2C and 98. RGB value is (171,44,152). Sum of RGB (Red+Green+Blue) = 171+44+152=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2C98 is #54D367. Grayscale: #5D5D5D. Windows color (decimal): -5559144 or 9972907. OLE color: 9972907.

HSL color Cylindrical-coordinate representation of color #AB2C98: hue angle of 308.98º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C98 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17144152-
CMYK00.740.110.33
HSL308.98º59.07%42.16%-
HSV(B)308.98º74.27%67.06%-
XYZ23.3612.7330.93-
YUV94.28160.58182.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 44 (17.58% from 255) = 11.99%
BLUE value IS 152 (59.77% from 255) = 41.42%
R=46.59%
G=11.99%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714415200.740.110.33308.9859.0742.16
HexAB2C9804AB211353b2a
Octal25354230011213414657352
Binary1010101110110010011000010010101011100001100110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2c98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2c98; }

 p { color: rgb(171,44,152); }

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

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

 a { background-color: rgb(171,44,152); }

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

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

 span { border-color: rgb(171,44,152); }

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