Html Css Color HEX #AD4C91 Mulberry

📋 copy color: '#AD4C91'

red 173 ◦ green 76 ◦ blue 145

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

Shades of Mulberry #AD4C91

Tints of Mulberry #AD4C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

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

R = 43.91%
G = 19.29%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD4C91 (or 0xAD4C91) is known color: Mulberry. HEX triplet: AD, 4C and 91. RGB value is (173,76,145). Sum of RGB (Red+Green+Blue) = 173+76+145=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C91 is #52B36E. Grayscale: #707070. Windows color (decimal): -5419887 or 9522349. OLE color: 9522349.

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

Color convert

RGB 173 76 145 -
CMYK 0 0.56 0.16 0.32
HSL 317.32º 0.39% 0.49% -
HSV(B) 317.32º 0.56% 0.68% -
XYZ 24.93 16.1 28.58 -
YUV 112.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 173 76 145 0 0.56 0.16 0.32 317.32 0.39 0.49
Hex AD 4C 91 0 38 10 20 13D 27 31
Octal 255 114 221 0 70 20 40 475 47 61
Binary 10101101 1001100 10010001 0 111000 10000 100000 100111101 100111 110001

Color Harmonies of #AD4C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C91

Black with #AD4C91

Text Example


Text Example

White with #AD4C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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