Html Css Color HEX #AD5690 Mulberry

📋 copy color: '#AD5690'

red 173 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #AD5690

Tints of Mulberry #AD5690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 42.93%
G = 21.34%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD5690 (or 0xAD5690) is known color: Mulberry. HEX triplet: AD, 56 and 90. RGB value is (173,86,144). Sum of RGB (Red+Green+Blue) = 173+86+144=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5690 is #52A96F. Grayscale: #767676. Windows color (decimal): -5417328 or 9459373. OLE color: 9459373.

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

Color convert

RGB 173 86 144 -
CMYK 0 0.50 0.17 0.32
HSL 320º 0.35% 0.51% -
HSV(B) 320º 0.5% 0.68% -
XYZ 25.6 17.55 28.42 -
YUV 118.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 173 86 144 0 0.50 0.17 0.32 320 0.35 0.51
Hex AD 56 90 0 32 11 20 140 23 33
Octal 255 126 220 0 62 21 40 500 43 63
Binary 10101101 1010110 10010000 0 110010 10001 100000 101000000 100011 110011

Color Harmonies of #AD5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5690

Black with #AD5690

Text Example


Text Example

White with #AD5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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