Html Css Color HEX #AD5488 Mulberry

📋 copy color: '#AD5488'

red 173 ◦ green 84 ◦ blue 136

#AD5488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #AD5488

Tints of Mulberry #AD5488

RGB

 RED value IS 173 (67.97% from 255) = 44.02%

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 44.02%
G = 21.37%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD5488 (or 0xAD5488) is known color: Mulberry. HEX triplet: AD, 54 and 88. RGB value is (173,84,136). Sum of RGB (Red+Green+Blue) = 173+84+136=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5488 is #52AB77. Grayscale: #747474. Windows color (decimal): -5417848 or 8934573. OLE color: 8934573.

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

Color convert

RGB 173 84 136 -
CMYK 0 0.51 0.21 0.32
HSL 324.94º 0.35% 0.5% -
HSV(B) 324.94º 0.51% 0.68% -
XYZ 24.85 17 25.26 -
YUV 116.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 173 84 136 0 0.51 0.21 0.32 324.94 0.35 0.5
Hex AD 54 88 0 33 15 20 145 23 32
Octal 255 124 210 0 63 25 40 505 43 62
Binary 10101101 1010100 10001000 0 110011 10101 100000 101000101 100011 110010

Color Harmonies of #AD5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5488

Black with #AD5488

Text Example


Text Example

White with #AD5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5488; }

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

 H1.HeaderClassName
 {
   color: #AD5488;
 }
 .AnyTagClassName
 {
   color: #AD5488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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