Html Css Color HEX #AD5688 Mulberry

📋 copy color: '#AD5688'

red 173 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #AD5688

Tints of Mulberry #AD5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

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

R = 43.8%
G = 21.77%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD5688 (or 0xAD5688) is known color: Mulberry. HEX triplet: AD, 56 and 88. RGB value is (173,86,136). Sum of RGB (Red+Green+Blue) = 173+86+136=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5688 is #52A977. Grayscale: #757575. Windows color (decimal): -5417336 or 8935085. OLE color: 8935085.

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

Color convert

RGB 173 86 136 -
CMYK 0 0.50 0.21 0.32
HSL 325.52º 0.35% 0.51% -
HSV(B) 325.52º 0.5% 0.68% -
XYZ 25.01 17.32 25.32 -
YUV 117.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 173 86 136 0 0.50 0.21 0.32 325.52 0.35 0.51
Hex AD 56 88 0 32 15 20 146 23 33
Octal 255 126 210 0 62 25 40 506 43 63
Binary 10101101 1010110 10001000 0 110010 10101 100000 101000110 100011 110011

Color Harmonies of #AD5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5688

Black with #AD5688

Text Example


Text Example

White with #AD5688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5688; }

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

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

background-color css

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

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

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

border-color css

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

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

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