#AD508E

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

Shades of Mulberry #AD508E

Tints of Mulberry #AD508E

Color information

#AD508E (or 0xAD508E) is unknown color: approx Mulberry. HEX triplet: AD, 50 and 8E. RGB value is (173,80,142). Sum of RGB (Red+Green+Blue) = 173+80+142=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD508E is #52AF71. Grayscale: #727272. Windows color (decimal): -5418866 or 9326765. OLE color: 9326765.

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

Color convert

RGB17380142-
CMYK00.540.180.32
HSL320º36.76%49.61%-
HSV(B)320º53.76%67.84%-
XYZ24.9816.5727.47-
YUV114.87143.31169.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=43.80%
G=20.25%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738014200.540.180.3232036.7649.61
HexAD508E03612201402532
Octal25512021606622405004562
Binary10101101101000010001110011011010010100000101000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD508E; }

 p { color: rgb(173,80,142); }

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

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

 a { background-color: rgb(173,80,142); }

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

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

 span { border-color: rgb(173,80,142); }

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