Html Css Color HEX #AD4D94 Mulberry

📋 copy color: '#AD4D94'

red 173 ◦ green 77 ◦ blue 148

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

Shades of Mulberry #AD4D94

Tints of Mulberry #AD4D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 43.47%
G = 19.35%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD4D94 (or 0xAD4D94) is known color: Mulberry. HEX triplet: AD, 4D and 94. RGB value is (173,77,148). Sum of RGB (Red+Green+Blue) = 173+77+148=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D94 is #52B26B. Grayscale: #717171. Windows color (decimal): -5419628 or 9719213. OLE color: 9719213.

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

Color convert

RGB 173 77 148 -
CMYK 0 0.55 0.14 0.32
HSL 315.63º 0.38% 0.49% -
HSV(B) 315.63º 0.55% 0.68% -
XYZ 25.23 16.33 29.84 -
YUV 113.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 173 77 148 0 0.55 0.14 0.32 315.63 0.38 0.49
Hex AD 4D 94 0 37 E 20 13C 26 31
Octal 255 115 224 0 67 16 40 474 46 61
Binary 10101101 1001101 10010100 0 110111 1110 100000 100111100 100110 110001

Color Harmonies of #AD4D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D94

Black with #AD4D94

Text Example


Text Example

White with #AD4D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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