Html Css Color HEX #AD538E Mulberry

📋 copy color: '#AD538E'

red 173 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #AD538E

Tints of Mulberry #AD538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 43.47%
G = 20.85%
B = 35.68%

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

#AD538E (or 0xAD538E) is known color: Mulberry. HEX triplet: AD, 53 and 8E. RGB value is (173,83,142). Sum of RGB (Red+Green+Blue) = 173+83+142=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538E is #52AC71. Grayscale: #747474. Windows color (decimal): -5418098 or 9327533. OLE color: 9327533.

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

Color convert

RGB 173 83 142 -
CMYK 0 0.52 0.18 0.32
HSL 320.67º 0.35% 0.5% -
HSV(B) 320.67º 0.52% 0.68% -
XYZ 25.21 17.02 27.55 -
YUV 116.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 173 83 142 0 0.52 0.18 0.32 320.67 0.35 0.5
Hex AD 53 8E 0 34 12 20 141 23 32
Octal 255 123 216 0 64 22 40 501 43 62
Binary 10101101 1010011 10001110 0 110100 10010 100000 101000001 100011 110010

Color Harmonies of #AD538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD538E

Black with #AD538E

Text Example


Text Example

White with #AD538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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