#AB2498

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

Shades of Medium Red Violet #AB2498

Tints of Medium Red Violet #AB2498

Color information

#AB2498 (or 0xAB2498) is unknown color: approx Medium Red Violet. HEX triplet: AB, 24 and 98. RGB value is (171,36,152). Sum of RGB (Red+Green+Blue) = 171+36+152=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2498 is #54DB67. Grayscale: #595959. Windows color (decimal): -5561192 or 9970859. OLE color: 9970859.

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

Color convert

RGB17136152-
CMYK00.790.110.33
HSL308.44º65.22%40.59%-
HSV(B)308.44º78.95%67.06%-
XYZ23.0912.1930.84-
YUV89.59163.23186.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 36 (14.45% from 255) = 10.03%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=47.63%
G=10.03%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713615200.790.110.33308.4465.2240.59
HexAB249804FB211344129
Octal253442300117134146410151
Binary10101011100100100110000100111110111000011001101001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2498; }

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

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

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

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

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

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

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

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