#AD4F88

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

Shades of Mulberry #AD4F88

Tints of Mulberry #AD4F88

Color information

#AD4F88 (or 0xAD4F88) is unknown color: approx Mulberry. HEX triplet: AD, 4F and 88. RGB value is (173,79,136). Sum of RGB (Red+Green+Blue) = 173+79+136=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F88 is #52B077. Grayscale: #717171. Windows color (decimal): -5419128 or 8933293. OLE color: 8933293.

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

Color convert

RGB17379136-
CMYK00.540.210.32
HSL323.62º37.3%49.41%-
HSV(B)323.62º54.34%67.84%-
XYZ24.4716.2525.14-
YUV113.6140.64170.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=44.59%
G=20.36%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737913600.540.210.32323.6237.349.41
HexAD4F8803615201442531
Octal25511721006625405044561
Binary10101101100111110001000011011010101100000101000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F88; }

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

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

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

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

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

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

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

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