#AB249B

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

Shades of Medium Red Violet #AB249B

Tints of Medium Red Violet #AB249B

Color information

#AB249B (or 0xAB249B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 24 and 9B. RGB value is (171,36,155). Sum of RGB (Red+Green+Blue) = 171+36+155=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB249B is #54DB64. Grayscale: #595959. Windows color (decimal): -5561189 or 10167467. OLE color: 10167467.

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

Color convert

RGB17136155-
CMYK00.790.090.33
HSL307.11º65.22%40.59%-
HSV(B)307.11º78.95%67.06%-
XYZ23.3412.2932.15-
YUV89.93164.73185.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 36 (14.45% from 255) = 9.94%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=47.24%
G=9.94%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713615500.790.090.33307.1165.2240.59
HexAB249B04F9211334129
Octal253442330117114146310151
Binary10101011100100100110110100111110011000011001100111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB249B; }

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

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

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

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

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

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

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

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