Html Css Color HEX #AD5091 Mulberry

📋 copy color: '#AD5091'

red 173 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #AD5091

Tints of Mulberry #AD5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

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

R = 43.47%
G = 20.1%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD5091 (or 0xAD5091) is known color: Mulberry. HEX triplet: AD, 50 and 91. RGB value is (173,80,145). Sum of RGB (Red+Green+Blue) = 173+80+145=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5091 is #52AF6E. Grayscale: #737373. Windows color (decimal): -5418863 or 9523373. OLE color: 9523373.

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

Color convert

RGB 173 80 145 -
CMYK 0 0.54 0.16 0.32
HSL 318.06º 0.37% 0.5% -
HSV(B) 318.06º 0.54% 0.68% -
XYZ 25.21 16.67 28.68 -
YUV 115.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 173 80 145 0 0.54 0.16 0.32 318.06 0.37 0.5
Hex AD 50 91 0 36 10 20 13E 25 32
Octal 255 120 221 0 66 20 40 476 45 62
Binary 10101101 1010000 10010001 0 110110 10000 100000 100111110 100101 110010

Color Harmonies of #AD5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5091

Black with #AD5091

Text Example


Text Example

White with #AD5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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