Html Css Color HEX #AD5193 Mulberry

📋 copy color: '#AD5193'

red 173 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #AD5193

Tints of Mulberry #AD5193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 43.14%
G = 20.2%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD5193 (or 0xAD5193) is known color: Mulberry. HEX triplet: AD, 51 and 93. RGB value is (173,81,147). Sum of RGB (Red+Green+Blue) = 173+81+147=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5193 is #52AE6C. Grayscale: #737373. Windows color (decimal): -5418605 or 9654701. OLE color: 9654701.

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

Color convert

RGB 173 81 147 -
CMYK 0 0.53 0.15 0.32
HSL 316.96º 0.36% 0.5% -
HSV(B) 316.96º 0.53% 0.68% -
XYZ 25.44 16.88 29.52 -
YUV 116.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 173 81 147 0 0.53 0.15 0.32 316.96 0.36 0.5
Hex AD 51 93 0 35 F 20 13D 24 32
Octal 255 121 223 0 65 17 40 475 44 62
Binary 10101101 1010001 10010011 0 110101 1111 100000 100111101 100100 110010

Color Harmonies of #AD5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5193

Black with #AD5193

Text Example


Text Example

White with #AD5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5193; }

 p { color: rgb(173,81,147); }

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

background-color css

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

 a { background-color: rgb(173,81,147); }

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

border-color css

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

 span { border-color: rgb(173,81,147); }

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