Html Css Color HEX #AD4991 Mulberry

📋 copy color: '#AD4991'

red 173 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #AD4991

Tints of Mulberry #AD4991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

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

R = 44.25%
G = 18.67%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD4991 (or 0xAD4991) is known color: Mulberry. HEX triplet: AD, 49 and 91. RGB value is (173,73,145). Sum of RGB (Red+Green+Blue) = 173+73+145=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4991 is #52B66E. Grayscale: #6E6E6E. Windows color (decimal): -5420655 or 9521581. OLE color: 9521581.

HSL color Cylindrical-coordinate representation of color #AD4991: hue angle of 316.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4991 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 145 -
CMYK 0 0.58 0.16 0.32
HSL 316.8º 0.41% 0.48% -
HSV(B) 316.8º 0.58% 0.68% -
XYZ 24.73 15.69 28.51 -
YUV 111.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 173 73 145 0 0.58 0.16 0.32 316.8 0.41 0.48
Hex AD 49 91 0 3A 10 20 13D 29 30
Octal 255 111 221 0 72 20 40 475 51 60
Binary 10101101 1001001 10010001 0 111010 10000 100000 100111101 101001 110000

Color Harmonies of #AD4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4991

Black with #AD4991

Text Example


Text Example

White with #AD4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4991; }

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

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

background-color css

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

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

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

border-color css

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

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

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