Html Css Color HEX #AD488F Mulberry

📋 copy color: '#AD488F'

red 173 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #AD488F

Tints of Mulberry #AD488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 44.59%
G = 18.56%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD488F (or 0xAD488F) is known color: Mulberry. HEX triplet: AD, 48 and 8F. RGB value is (173,72,143). Sum of RGB (Red+Green+Blue) = 173+72+143=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD488F is #52B770. Grayscale: #6E6E6E. Windows color (decimal): -5420913 or 9390253. OLE color: 9390253.

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

Color convert

RGB 173 72 143 -
CMYK 0 0.58 0.17 0.32
HSL 317.82º 0.41% 0.48% -
HSV(B) 317.82º 0.58% 0.68% -
XYZ 24.51 15.5 27.69 -
YUV 110.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 173 72 143 0 0.58 0.17 0.32 317.82 0.41 0.48
Hex AD 48 8F 0 3A 11 20 13E 29 30
Octal 255 110 217 0 72 21 40 476 51 60
Binary 10101101 1001000 10001111 0 111010 10001 100000 100111110 101001 110000

Color Harmonies of #AD488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD488F

Black with #AD488F

Text Example


Text Example

White with #AD488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD488F; }

 p { color: rgb(173,72,143); }

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

background-color css

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

 a { background-color: rgb(173,72,143); }

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

border-color css

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

 span { border-color: rgb(173,72,143); }

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