Html Css Color HEX #AD4E8C Mulberry

📋 copy color: '#AD4E8C'

red 173 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #AD4E8C

Tints of Mulberry #AD4E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 44.25%
G = 19.95%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD4E8C (or 0xAD4E8C) is known color: Mulberry. HEX triplet: AD, 4E and 8C. RGB value is (173,78,140). Sum of RGB (Red+Green+Blue) = 173+78+140=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4E8C is #52B173. Grayscale: #717171. Windows color (decimal): -5419380 or 9195181. OLE color: 9195181.

HSL color Cylindrical-coordinate representation of color #AD4E8C: hue angle of 320.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4E8C is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 78 140 -
CMYK 0 0.55 0.19 0.32
HSL 320.84º 0.38% 0.49% -
HSV(B) 320.84º 0.55% 0.68% -
XYZ 24.69 16.23 26.64 -
YUV 113.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 173 78 140 0 0.55 0.19 0.32 320.84 0.38 0.49
Hex AD 4E 8C 0 37 13 20 141 26 31
Octal 255 116 214 0 67 23 40 501 46 61
Binary 10101101 1001110 10001100 0 110111 10011 100000 101000001 100110 110001

Color Harmonies of #AD4E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E8C

Black with #AD4E8C

Text Example


Text Example

White with #AD4E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E8C; }

 p { color: rgb(173,78,140); }

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

background-color css

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

 a { background-color: rgb(173,78,140); }

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

border-color css

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

 span { border-color: rgb(173,78,140); }

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