#AB229F

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

Shades of Medium Red Violet #AB229F

Tints of Medium Red Violet #AB229F

Color information

#AB229F (or 0xAB229F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 22 and 9F. RGB value is (171,34,159). Sum of RGB (Red+Green+Blue) = 171+34+159=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB229F is #54DD60. Grayscale: #585858. Windows color (decimal): -5561697 or 10429099. OLE color: 10429099.

HSL color Cylindrical-coordinate representation of color #AB229F: hue angle of 305.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB229F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17134159-
CMYK00.800.070.33
HSL305.26º66.83%40.2%-
HSV(B)305.26º80.12%67.06%-
XYZ23.6212.3133.93-
YUV89.21167.39186.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 34 (13.67% from 255) = 9.34%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=46.98%
G=9.34%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713415900.800.070.33305.2666.8340.2
HexAB229F0507211314328
Octal25342237012074146110350
Binary1010101110001010011111010100001111000011001100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB229F; }

 p { color: rgb(171,34,159); }

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

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

 a { background-color: rgb(171,34,159); }

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

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

 span { border-color: rgb(171,34,159); }

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