#AB5292

Color #AB5292 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #AB5292

Tints of Mulberry #AB5292

Color information

#AB5292 (or 0xAB5292) is unknown color: approx Mulberry. HEX triplet: AB, 52 and 92. RGB value is (171,82,146). Sum of RGB (Red+Green+Blue) = 171+82+146=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5292 is #54AD6D. Grayscale: #737373. Windows color (decimal): -5549422 or 9589419. OLE color: 9589419.

HSL color Cylindrical-coordinate representation of color #AB5292: hue angle of 316.85º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5292 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17182146-
CMYK00.520.150.33
HSL316.85º35.18%49.61%-
HSV(B)316.85º52.05%67.06%-
XYZ2516.7729.11-
YUV115.91144.99167.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=42.86%
G=20.55%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718214600.520.150.33316.8535.1849.61
HexAB5292034F2113d2332
Octal25312222206417414754362
Binary1010101110100101001001001101001111100001100111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5292; }

 p { color: rgb(171,82,146); }

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

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

 a { background-color: rgb(171,82,146); }

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

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

 span { border-color: rgb(171,82,146); }

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