Html Css Color HEX #AD5092 Mulberry

📋 copy color: '#AD5092'

red 173 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #AD5092

Tints of Mulberry #AD5092

RGB

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

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

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

R = 43.36%
G = 20.05%
B = 36.59%

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

#AD5092 (or 0xAD5092) is known color: Mulberry. HEX triplet: AD, 50 and 92. RGB value is (173,80,146). Sum of RGB (Red+Green+Blue) = 173+80+146=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5092 is #52AF6D. Grayscale: #737373. Windows color (decimal): -5418862 or 9588909. OLE color: 9588909.

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

Color convert

RGB 173 80 146 -
CMYK 0 0.54 0.16 0.32
HSL 317.42º 0.37% 0.5% -
HSV(B) 317.42º 0.54% 0.68% -
XYZ 25.29 16.7 29.08 -
YUV 115.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 173 80 146 0 0.54 0.16 0.32 317.42 0.37 0.5
Hex AD 50 92 0 36 10 20 13D 25 32
Octal 255 120 222 0 66 20 40 475 45 62
Binary 10101101 1010000 10010010 0 110110 10000 100000 100111101 100101 110010

Color Harmonies of #AD5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5092

Black with #AD5092

Text Example


Text Example

White with #AD5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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