#AD4B8B

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

Shades of Mulberry #AD4B8B

Tints of Mulberry #AD4B8B

Color information

#AD4B8B (or 0xAD4B8B) is unknown color: approx Mulberry. HEX triplet: AD, 4B and 8B. RGB value is (173,75,139). Sum of RGB (Red+Green+Blue) = 173+75+139=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B8B is #52B474. Grayscale: #6F6F6F. Windows color (decimal): -5420149 or 9128877. OLE color: 9128877.

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

Color convert

RGB17375139-
CMYK00.570.200.32
HSL320.82º39.52%48.63%-
HSV(B)320.82º56.65%67.84%-
XYZ24.4115.7826.19-
YUV111.6143.47171.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=44.70%
G=19.38%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737513900.570.200.32320.8239.5248.63
HexAD4B8B03914201412831
Octal25511321307124405015061
Binary10101101100101110001011011100110100100000101000001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B8B; }

 p { color: rgb(173,75,139); }

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

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

 a { background-color: rgb(173,75,139); }

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

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

 span { border-color: rgb(173,75,139); }

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