#AD5A8F

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

Shades of Mulberry #AD5A8F

Tints of Mulberry #AD5A8F

Color information

#AD5A8F (or 0xAD5A8F) is unknown color: approx Mulberry. HEX triplet: AD, 5A and 8F. RGB value is (173,90,143). Sum of RGB (Red+Green+Blue) = 173+90+143=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A8F is #52A570. Grayscale: #787878. Windows color (decimal): -5416305 or 9394861. OLE color: 9394861.

HSL color Cylindrical-coordinate representation of color #AD5A8F: hue angle of 321.69º 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 #AD5A8F is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17390143-
CMYK00.480.170.32
HSL321.69º33.6%51.57%-
HSV(B)321.69º47.98%67.84%-
XYZ25.8518.1828.13-
YUV120.86140.5165.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=42.61%
G=22.17%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739014300.480.170.32321.6933.651.57
HexAD5A8F03011201422234
Octal25513221706021405024264
Binary10101101101101010001111011000010001100000101000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A8F; }

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

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

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

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

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

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

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

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