Html Css Color HEX #AD528D Mulberry

📋 copy color: '#AD528D'

red 173 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #AD528D

Tints of Mulberry #AD528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 43.69%
G = 20.71%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD528D (or 0xAD528D) is known color: Mulberry. HEX triplet: AD, 52 and 8D. RGB value is (173,82,141). Sum of RGB (Red+Green+Blue) = 173+82+141=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD528D is #52AD72. Grayscale: #737373. Windows color (decimal): -5418355 or 9261741. OLE color: 9261741.

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

Color convert

RGB 173 82 141 -
CMYK 0 0.53 0.18 0.32
HSL 321.1º 0.36% 0.5% -
HSV(B) 321.1º 0.53% 0.68% -
XYZ 25.06 16.84 27.13 -
YUV 115.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 173 82 141 0 0.53 0.18 0.32 321.1 0.36 0.5
Hex AD 52 8D 0 35 12 20 141 24 32
Octal 255 122 215 0 65 22 40 501 44 62
Binary 10101101 1010010 10001101 0 110101 10010 100000 101000001 100100 110010

Color Harmonies of #AD528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD528D

Black with #AD528D

Text Example


Text Example

White with #AD528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD528D; }

 p { color: rgb(173,82,141); }

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

background-color css

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

 a { background-color: rgb(173,82,141); }

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

border-color css

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

 span { border-color: rgb(173,82,141); }

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