Html Css Color HEX #AD5493 Mulberry

📋 copy color: '#AD5493'

red 173 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #AD5493

Tints of Mulberry #AD5493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 42.82%
G = 20.79%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD5493 (or 0xAD5493) is known color: Mulberry. HEX triplet: AD, 54 and 93. RGB value is (173,84,147). Sum of RGB (Red+Green+Blue) = 173+84+147=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5493 is #52AB6C. Grayscale: #757575. Windows color (decimal): -5417837 or 9655469. OLE color: 9655469.

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

Color convert

RGB 173 84 147 -
CMYK 0 0.51 0.15 0.32
HSL 317.53º 0.35% 0.5% -
HSV(B) 317.53º 0.51% 0.68% -
XYZ 25.67 17.33 29.6 -
YUV 117.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 173 84 147 0 0.51 0.15 0.32 317.53 0.35 0.5
Hex AD 54 93 0 33 F 20 13E 23 32
Octal 255 124 223 0 63 17 40 476 43 62
Binary 10101101 1010100 10010011 0 110011 1111 100000 100111110 100011 110010

Color Harmonies of #AD5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5493

Black with #AD5493

Text Example


Text Example

White with #AD5493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5493; }

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

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

background-color css

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

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

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

border-color css

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

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

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