#AB248D

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

Shades of Medium Red Violet #AB248D

Tints of Medium Red Violet #AB248D

Color information

#AB248D (or 0xAB248D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 24 and 8D. RGB value is (171,36,141). Sum of RGB (Red+Green+Blue) = 171+36+141=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248D is #54DB72. Grayscale: #585858. Windows color (decimal): -5561203 or 9249963. OLE color: 9249963.

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

Color convert

RGB17136141-
CMYK00.790.180.33
HSL313.33º65.22%40.59%-
HSV(B)313.33º78.95%67.06%-
XYZ22.2311.8426.31-
YUV88.34157.73186.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 36 (14.45% from 255) = 10.34%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=49.14%
G=10.34%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713614100.790.180.33313.3365.2240.59
HexAB248D04F12211394129
Octal253442150117224147110151
Binary101010111001001000110101001111100101000011001110011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB248D; }

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

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

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

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

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

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

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

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