Html Css Color HEX #AD4E85 Mulberry

📋 copy color: '#AD4E85'

red 173 ◦ green 78 ◦ blue 133

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

Shades of Mulberry #AD4E85

Tints of Mulberry #AD4E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 45.05%
G = 20.31%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD4E85 (or 0xAD4E85) is known color: Mulberry. HEX triplet: AD, 4E and 85. RGB value is (173,78,133). Sum of RGB (Red+Green+Blue) = 173+78+133=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4E85 is #52B17A. Grayscale: #707070. Windows color (decimal): -5419387 or 8736429. OLE color: 8736429.

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

Color convert

RGB 173 78 133 -
CMYK 0 0.55 0.23 0.32
HSL 325.26º 0.38% 0.49% -
HSV(B) 325.26º 0.55% 0.68% -
XYZ 24.19 16.03 24.01 -
YUV 112.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 173 78 133 0 0.55 0.23 0.32 325.26 0.38 0.49
Hex AD 4E 85 0 37 17 20 145 26 31
Octal 255 116 205 0 67 27 40 505 46 61
Binary 10101101 1001110 10000101 0 110111 10111 100000 101000101 100110 110001

Color Harmonies of #AD4E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E85

Black with #AD4E85

Text Example


Text Example

White with #AD4E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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