Html Css Color HEX #AD5491 Mulberry

📋 copy color: '#AD5491'

red 173 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #AD5491

Tints of Mulberry #AD5491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 43.03%
G = 20.9%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD5491 (or 0xAD5491) is known color: Mulberry. HEX triplet: AD, 54 and 91. RGB value is (173,84,145). Sum of RGB (Red+Green+Blue) = 173+84+145=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5491 is #52AB6E. Grayscale: #757575. Windows color (decimal): -5417839 or 9524397. OLE color: 9524397.

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

Color convert

RGB 173 84 145 -
CMYK 0 0.51 0.16 0.32
HSL 318.88º 0.35% 0.5% -
HSV(B) 318.88º 0.51% 0.68% -
XYZ 25.51 17.27 28.78 -
YUV 117.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 173 84 145 0 0.51 0.16 0.32 318.88 0.35 0.5
Hex AD 54 91 0 33 10 20 13F 23 32
Octal 255 124 221 0 63 20 40 477 43 62
Binary 10101101 1010100 10010001 0 110011 10000 100000 100111111 100011 110010

Color Harmonies of #AD5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5491

Black with #AD5491

Text Example


Text Example

White with #AD5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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