Html Css Color HEX #AD538D Mulberry

📋 copy color: '#AD538D'

red 173 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #AD538D

Tints of Mulberry #AD538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 43.58%
G = 20.91%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD538D (or 0xAD538D) is known color: Mulberry. HEX triplet: AD, 53 and 8D. RGB value is (173,83,141). Sum of RGB (Red+Green+Blue) = 173+83+141=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538D is #52AC72. Grayscale: #747474. Windows color (decimal): -5418099 or 9261997. OLE color: 9261997.

HSL color Cylindrical-coordinate representation of color #AD538D: hue angle of 321.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD538D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 141 -
CMYK 0 0.52 0.18 0.32
HSL 321.33º 0.35% 0.5% -
HSV(B) 321.33º 0.52% 0.68% -
XYZ 25.13 16.99 27.15 -
YUV 116.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 173 83 141 0 0.52 0.18 0.32 321.33 0.35 0.5
Hex AD 53 8D 0 34 12 20 141 23 32
Octal 255 123 215 0 64 22 40 501 43 62
Binary 10101101 1010011 10001101 0 110100 10010 100000 101000001 100011 110010

Color Harmonies of #AD538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD538D

Black with #AD538D

Text Example


Text Example

White with #AD538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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