#AB299E

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

Shades of Medium Red Violet #AB299E

Tints of Medium Red Violet #AB299E

Color information

#AB299E (or 0xAB299E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 29 and 9E. RGB value is (171,41,158). Sum of RGB (Red+Green+Blue) = 171+41+158=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB299E is #54D661. Grayscale: #5C5C5C. Windows color (decimal): -5559906 or 10365355. OLE color: 10365355.

HSL color Cylindrical-coordinate representation of color #AB299E: hue angle of 306º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB299E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17141158-
CMYK00.760.080.33
HSL306º61.32%41.57%-
HSV(B)306º76.02%67.06%-
XYZ23.7612.7133.55-
YUV93.21164.57183.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 41 (16.41% from 255) = 11.08%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=46.22%
G=11.08%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714115800.760.080.3330661.3241.57
HexAB299E04C8211323d2a
Octal25351236011410414627552
Binary1010101110100110011110010011001000100001100110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB299E; }

 p { color: rgb(171,41,158); }

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

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

 a { background-color: rgb(171,41,158); }

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

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

 span { border-color: rgb(171,41,158); }

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