Html Css Color HEX #AD4990 Mulberry

📋 copy color: '#AD4990'

red 173 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #AD4990

Tints of Mulberry #AD4990

RGB

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

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

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

R = 44.36%
G = 18.72%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD4990 (or 0xAD4990) is known color: Mulberry. HEX triplet: AD, 49 and 90. RGB value is (173,73,144). Sum of RGB (Red+Green+Blue) = 173+73+144=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4990 is #52B66F. Grayscale: #6E6E6E. Windows color (decimal): -5420656 or 9456045. OLE color: 9456045.

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

Color convert

RGB 173 73 144 -
CMYK 0 0.58 0.17 0.32
HSL 317.4º 0.41% 0.48% -
HSV(B) 317.4º 0.58% 0.68% -
XYZ 24.65 15.66 28.11 -
YUV 110.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 173 73 144 0 0.58 0.17 0.32 317.4 0.41 0.48
Hex AD 49 90 0 3A 11 20 13D 29 30
Octal 255 111 220 0 72 21 40 475 51 60
Binary 10101101 1001001 10010000 0 111010 10001 100000 100111101 101001 110000

Color Harmonies of #AD4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4990

Black with #AD4990

Text Example


Text Example

White with #AD4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4990; }

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

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

background-color css

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

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

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

border-color css

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

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

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