Html Css Color HEX #AD5492 Mulberry

📋 copy color: '#AD5492'

red 173 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #AD5492

Tints of Mulberry #AD5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 42.93%
G = 20.84%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD5492 (or 0xAD5492) is known color: Mulberry. HEX triplet: AD, 54 and 92. RGB value is (173,84,146). Sum of RGB (Red+Green+Blue) = 173+84+146=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5492 is #52AB6D. Grayscale: #757575. Windows color (decimal): -5417838 or 9589933. OLE color: 9589933.

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

Color convert

RGB 173 84 146 -
CMYK 0 0.51 0.16 0.32
HSL 318.2º 0.35% 0.5% -
HSV(B) 318.2º 0.51% 0.68% -
XYZ 25.59 17.3 29.18 -
YUV 117.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 173 84 146 0 0.51 0.16 0.32 318.2 0.35 0.5
Hex AD 54 92 0 33 10 20 13E 23 32
Octal 255 124 222 0 63 20 40 476 43 62
Binary 10101101 1010100 10010010 0 110011 10000 100000 100111110 100011 110010

Color Harmonies of #AD5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5492

Black with #AD5492

Text Example


Text Example

White with #AD5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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