Html Css Color HEX #AD548A Mulberry

📋 copy color: '#AD548A'

red 173 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #AD548A

Tints of Mulberry #AD548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 43.8%
G = 21.27%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD548A (or 0xAD548A) is known color: Mulberry. HEX triplet: AD, 54 and 8A. RGB value is (173,84,138). Sum of RGB (Red+Green+Blue) = 173+84+138=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548A is #52AB75. Grayscale: #747474. Windows color (decimal): -5417846 or 9065645. OLE color: 9065645.

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

Color convert

RGB 173 84 138 -
CMYK 0 0.51 0.20 0.32
HSL 323.6º 0.35% 0.5% -
HSV(B) 323.6º 0.51% 0.68% -
XYZ 24.99 17.06 26.02 -
YUV 116.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 173 84 138 0 0.51 0.20 0.32 323.6 0.35 0.5
Hex AD 54 8A 0 33 14 20 144 23 32
Octal 255 124 212 0 63 24 40 504 43 62
Binary 10101101 1010100 10001010 0 110011 10100 100000 101000100 100011 110010

Color Harmonies of #AD548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD548A

Black with #AD548A

Text Example


Text Example

White with #AD548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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