Html Css Color HEX #AD4D91 Mulberry

📋 copy color: '#AD4D91'

red 173 ◦ green 77 ◦ blue 145

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

Shades of Mulberry #AD4D91

Tints of Mulberry #AD4D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 43.8%
G = 19.49%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD4D91 (or 0xAD4D91) is known color: Mulberry. HEX triplet: AD, 4D and 91. RGB value is (173,77,145). Sum of RGB (Red+Green+Blue) = 173+77+145=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D91 is #52B26E. Grayscale: #717171. Windows color (decimal): -5419631 or 9522605. OLE color: 9522605.

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

Color convert

RGB 173 77 145 -
CMYK 0 0.55 0.16 0.32
HSL 317.5º 0.38% 0.49% -
HSV(B) 317.5º 0.55% 0.68% -
XYZ 25 16.24 28.6 -
YUV 113.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 173 77 145 0 0.55 0.16 0.32 317.5 0.38 0.49
Hex AD 4D 91 0 37 10 20 13E 26 31
Octal 255 115 221 0 67 20 40 476 46 61
Binary 10101101 1001101 10010001 0 110111 10000 100000 100111110 100110 110001

Color Harmonies of #AD4D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D91

Black with #AD4D91

Text Example


Text Example

White with #AD4D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D91; }

 p { color: rgb(173,77,145); }

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

background-color css

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

 a { background-color: rgb(173,77,145); }

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

border-color css

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

 span { border-color: rgb(173,77,145); }

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