Html Css Color HEX #AD4A95 Mulberry

📋 copy color: '#AD4A95'

red 173 ◦ green 74 ◦ blue 149

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

Shades of Mulberry #AD4A95

Tints of Mulberry #AD4A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 43.69%
G = 18.69%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD4A95 (or 0xAD4A95) is known color: Mulberry. HEX triplet: AD, 4A and 95. RGB value is (173,74,149). Sum of RGB (Red+Green+Blue) = 173+74+149=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A95 is #52B56A. Grayscale: #6F6F6F. Windows color (decimal): -5420395 or 9783981. OLE color: 9783981.

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

Color convert

RGB 173 74 149 -
CMYK 0 0.57 0.14 0.32
HSL 314.55º 0.4% 0.48% -
HSV(B) 314.55º 0.57% 0.68% -
XYZ 25.11 15.95 30.19 -
YUV 112.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 173 74 149 0 0.57 0.14 0.32 314.55 0.4 0.48
Hex AD 4A 95 0 39 E 20 13B 28 30
Octal 255 112 225 0 71 16 40 473 50 60
Binary 10101101 1001010 10010101 0 111001 1110 100000 100111011 101000 110000

Color Harmonies of #AD4A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A95

Black with #AD4A95

Text Example


Text Example

White with #AD4A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A95; }

 p { color: rgb(173,74,149); }

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

background-color css

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

 a { background-color: rgb(173,74,149); }

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

border-color css

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

 span { border-color: rgb(173,74,149); }

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