Html Css Color HEX #AD4896 Mulberry

📋 copy color: '#AD4896'

red 173 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #AD4896

Tints of Mulberry #AD4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 43.8%
G = 18.23%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD4896 (or 0xAD4896) is known color: Mulberry. HEX triplet: AD, 48 and 96. RGB value is (173,72,150). Sum of RGB (Red+Green+Blue) = 173+72+150=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4896 is #52B769. Grayscale: #6E6E6E. Windows color (decimal): -5420906 or 9849005. OLE color: 9849005.

HSL color Cylindrical-coordinate representation of color #AD4896: hue angle of 313.66º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4896 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 72 150 -
CMYK 0 0.58 0.13 0.32
HSL 313.66º 0.41% 0.48% -
HSV(B) 313.66º 0.58% 0.68% -
XYZ 25.06 15.72 30.57 -
YUV 111.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 173 72 150 0 0.58 0.13 0.32 313.66 0.41 0.48
Hex AD 48 96 0 3A D 20 13A 29 30
Octal 255 110 226 0 72 15 40 472 51 60
Binary 10101101 1001000 10010110 0 111010 1101 100000 100111010 101001 110000

Color Harmonies of #AD4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4896

Black with #AD4896

Text Example


Text Example

White with #AD4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4896; }

 p { color: rgb(173,72,150); }

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

background-color css

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

 a { background-color: rgb(173,72,150); }

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

border-color css

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

 span { border-color: rgb(173,72,150); }

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