Html Css Color HEX #AD498F Mulberry

📋 copy color: '#AD498F'

red 173 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #AD498F

Tints of Mulberry #AD498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

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

R = 44.47%
G = 18.77%
B = 36.76%

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

#AD498F (or 0xAD498F) is known color: Mulberry. HEX triplet: AD, 49 and 8F. RGB value is (173,73,143). Sum of RGB (Red+Green+Blue) = 173+73+143=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD498F is #52B670. Grayscale: #6E6E6E. Windows color (decimal): -5420657 or 9390509. OLE color: 9390509.

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

Color convert

RGB 173 73 143 -
CMYK 0 0.58 0.17 0.32
HSL 318º 0.41% 0.48% -
HSV(B) 318º 0.58% 0.68% -
XYZ 24.57 15.63 27.71 -
YUV 110.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 173 73 143 0 0.58 0.17 0.32 318 0.41 0.48
Hex AD 49 8F 0 3A 11 20 13E 29 30
Octal 255 111 217 0 72 21 40 476 51 60
Binary 10101101 1001001 10001111 0 111010 10001 100000 100111110 101001 110000

Color Harmonies of #AD498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD498F

Black with #AD498F

Text Example


Text Example

White with #AD498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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