#AB5092

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

Shades of Mulberry #AB5092

Tints of Mulberry #AB5092

Color information

#AB5092 (or 0xAB5092) is unknown color: approx Mulberry. HEX triplet: AB, 50 and 92. RGB value is (171,80,146). Sum of RGB (Red+Green+Blue) = 171+80+146=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5092 is #54AF6D. Grayscale: #727272. Windows color (decimal): -5549934 or 9588907. OLE color: 9588907.

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

Color convert

RGB17180146-
CMYK00.530.150.33
HSL316.48º36.25%49.22%-
HSV(B)316.48º53.22%67.06%-
XYZ24.8516.4729.06-
YUV114.73145.65168.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=43.07%
G=20.15%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718014600.530.150.33316.4836.2549.22
HexAB5092035F2113c2431
Octal25312022206517414744461
Binary1010101110100001001001001101011111100001100111100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5092; }

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

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

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

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

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

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

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

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