#AB229B

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

Shades of Medium Red Violet #AB229B

Tints of Medium Red Violet #AB229B

Color information

#AB229B (or 0xAB229B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 22 and 9B. RGB value is (171,34,155). Sum of RGB (Red+Green+Blue) = 171+34+155=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB229B is #54DD64. Grayscale: #585858. Windows color (decimal): -5561701 or 10166955. OLE color: 10166955.

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

Color convert

RGB17134155-
CMYK00.800.090.33
HSL307.01º66.83%40.2%-
HSV(B)307.01º80.12%67.06%-
XYZ23.2812.1732.13-
YUV88.76165.39186.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 34 (13.67% from 255) = 9.44%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=47.5%
G=9.44%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713415500.800.090.33307.0166.8340.2
HexAB229B0509211334328
Octal253422330120114146310350
Binary10101011100010100110110101000010011000011001100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB229B; }

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

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

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

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

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

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

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

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