Html Css Color HEX #AD528F Mulberry

📋 copy color: '#AD528F'

red 173 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #AD528F

Tints of Mulberry #AD528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 43.47%
G = 20.6%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD528F (or 0xAD528F) is known color: Mulberry. HEX triplet: AD, 52 and 8F. RGB value is (173,82,143). Sum of RGB (Red+Green+Blue) = 173+82+143=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD528F is #52AD70. Grayscale: #747474. Windows color (decimal): -5418353 or 9392813. OLE color: 9392813.

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

Color convert

RGB 173 82 143 -
CMYK 0 0.53 0.17 0.32
HSL 319.78º 0.36% 0.5% -
HSV(B) 319.78º 0.53% 0.68% -
XYZ 25.21 16.9 27.92 -
YUV 116.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 173 82 143 0 0.53 0.17 0.32 319.78 0.36 0.5
Hex AD 52 8F 0 35 11 20 140 24 32
Octal 255 122 217 0 65 21 40 500 44 62
Binary 10101101 1010010 10001111 0 110101 10001 100000 101000000 100100 110010

Color Harmonies of #AD528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD528F

Black with #AD528F

Text Example


Text Example

White with #AD528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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