#AB248E

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

Shades of Medium Red Violet #AB248E

Tints of Medium Red Violet #AB248E

Color information

#AB248E (or 0xAB248E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 24 and 8E. RGB value is (171,36,142). Sum of RGB (Red+Green+Blue) = 171+36+142=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248E is #54DB71. Grayscale: #585858. Windows color (decimal): -5561202 or 9315499. OLE color: 9315499.

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

Color convert

RGB17136142-
CMYK00.790.170.33
HSL312.89º65.22%40.59%-
HSV(B)312.89º78.95%67.06%-
XYZ22.3111.8726.71-
YUV88.45158.23186.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 36 (14.45% from 255) = 10.32%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=49.00%
G=10.32%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713614200.790.170.33312.8965.2240.59
HexAB248E04F11211394129
Octal253442160117214147110151
Binary101010111001001000111001001111100011000011001110011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB248E; }

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

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

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

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

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

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

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

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