#AD5A88

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

Shades of Mulberry #AD5A88

Tints of Mulberry #AD5A88

Color information

#AD5A88 (or 0xAD5A88) is unknown color: approx Mulberry. HEX triplet: AD, 5A and 88. RGB value is (173,90,136). Sum of RGB (Red+Green+Blue) = 173+90+136=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A88 is #52A577. Grayscale: #777777. Windows color (decimal): -5416312 or 8936109. OLE color: 8936109.

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

Color convert

RGB17390136-
CMYK00.480.210.32
HSL326.75º33.6%51.57%-
HSV(B)326.75º47.98%67.84%-
XYZ25.3317.9725.43-
YUV120.06137165.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=43.36%
G=22.56%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739013600.480.210.32326.7533.651.57
HexAD5A8803015201472234
Octal25513221006025405074264
Binary10101101101101010001000011000010101100000101000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A88; }

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

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

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

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

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

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

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

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