#AD5888

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

Shades of Mulberry #AD5888

Tints of Mulberry #AD5888

Color information

#AD5888 (or 0xAD5888) is unknown color: approx Mulberry. HEX triplet: AD, 58 and 88. RGB value is (173,88,136). Sum of RGB (Red+Green+Blue) = 173+88+136=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5888 is #52A777. Grayscale: #767676. Windows color (decimal): -5416824 or 8935597. OLE color: 8935597.

HSL color Cylindrical-coordinate representation of color #AD5888: hue angle of 326.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5888 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB17388136-
CMYK00.490.210.32
HSL326.12º34.14%51.18%-
HSV(B)326.12º49.13%67.84%-
XYZ25.1717.6425.37-
YUV118.89137.66166.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=43.58%
G=22.17%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738813600.490.210.32326.1234.1451.18
HexAD588803115201462233
Octal25513021006125405064263
Binary10101101101100010001000011000110101100000101000110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5888; }

 p { color: rgb(173,88,136); }

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

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

 a { background-color: rgb(173,88,136); }

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

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

 span { border-color: rgb(173,88,136); }

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