Html Css Color HEX #AD4C8A Mulberry

📋 copy color: '#AD4C8A'

red 173 ◦ green 76 ◦ blue 138

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

Shades of Mulberry #AD4C8A

Tints of Mulberry #AD4C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 44.7%
G = 19.64%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD4C8A (or 0xAD4C8A) is known color: Mulberry. HEX triplet: AD, 4C and 8A. RGB value is (173,76,138). Sum of RGB (Red+Green+Blue) = 173+76+138=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C8A is #52B375. Grayscale: #6F6F6F. Windows color (decimal): -5419894 or 9063597. OLE color: 9063597.

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

Color convert

RGB 173 76 138 -
CMYK 0 0.56 0.20 0.32
HSL 321.65º 0.39% 0.49% -
HSV(B) 321.65º 0.56% 0.68% -
XYZ 24.41 15.89 25.83 -
YUV 112.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 173 76 138 0 0.56 0.20 0.32 321.65 0.39 0.49
Hex AD 4C 8A 0 38 14 20 142 27 31
Octal 255 114 212 0 70 24 40 502 47 61
Binary 10101101 1001100 10001010 0 111000 10100 100000 101000010 100111 110001

Color Harmonies of #AD4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C8A

Black with #AD4C8A

Text Example


Text Example

White with #AD4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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