#AD5688

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

Shades of Mulberry #AD5688

Tints of Mulberry #AD5688

Color information

#AD5688 (or 0xAD5688) is unknown color: approx Mulberry. HEX triplet: AD, 56 and 88. RGB value is (173,86,136). Sum of RGB (Red+Green+Blue) = 173+86+136=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5688 is #52A977. Grayscale: #757575. Windows color (decimal): -5417336 or 8935085. OLE color: 8935085.

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

Color convert

RGB17386136-
CMYK00.500.210.32
HSL325.52º34.66%50.78%-
HSV(B)325.52º50.29%67.84%-
XYZ25.0117.3225.32-
YUV117.71138.32167.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=43.80%
G=21.77%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738613600.500.210.32325.5234.6650.78
HexAD568803215201462333
Octal25512621006225405064363
Binary10101101101011010001000011001010101100000101000110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5688; }

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

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

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

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

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

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

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

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