Html Css Color HEX #AD5391 Mulberry

📋 copy color: '#AD5391'

red 173 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #AD5391

Tints of Mulberry #AD5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 43.14%
G = 20.7%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD5391 (or 0xAD5391) is known color: Mulberry. HEX triplet: AD, 53 and 91. RGB value is (173,83,145). Sum of RGB (Red+Green+Blue) = 173+83+145=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5391 is #52AC6E. Grayscale: #747474. Windows color (decimal): -5418095 or 9524141. OLE color: 9524141.

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

Color convert

RGB 173 83 145 -
CMYK 0 0.52 0.16 0.32
HSL 318.67º 0.35% 0.5% -
HSV(B) 318.67º 0.52% 0.68% -
XYZ 25.44 17.12 28.75 -
YUV 116.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 173 83 145 0 0.52 0.16 0.32 318.67 0.35 0.5
Hex AD 53 91 0 34 10 20 13F 23 32
Octal 255 123 221 0 64 20 40 477 43 62
Binary 10101101 1010011 10010001 0 110100 10000 100000 100111111 100011 110010

Color Harmonies of #AD5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5391

Black with #AD5391

Text Example


Text Example

White with #AD5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5391; }

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

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

background-color css

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

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

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

border-color css

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

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

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