Html Css Color HEX #AD4F8C Mulberry

📋 copy color: '#AD4F8C'

red 173 ◦ green 79 ◦ blue 140

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

Shades of Mulberry #AD4F8C

Tints of Mulberry #AD4F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.15%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 44.13%
G = 20.15%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD4F8C (or 0xAD4F8C) is known color: Mulberry. HEX triplet: AD, 4F and 8C. RGB value is (173,79,140). Sum of RGB (Red+Green+Blue) = 173+79+140=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F8C is #52B073. Grayscale: #717171. Windows color (decimal): -5419124 or 9195437. OLE color: 9195437.

HSL color Cylindrical-coordinate representation of color #AD4F8C: hue angle of 321.06º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD4F8C is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 79 140 -
CMYK 0 0.54 0.19 0.32
HSL 321.06º 0.37% 0.49% -
HSV(B) 321.06º 0.54% 0.68% -
XYZ 24.76 16.37 26.67 -
YUV 114.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 173 79 140 0 0.54 0.19 0.32 321.06 0.37 0.49
Hex AD 4F 8C 0 36 13 20 141 25 31
Octal 255 117 214 0 66 23 40 501 45 61
Binary 10101101 1001111 10001100 0 110110 10011 100000 101000001 100101 110001

Color Harmonies of #AD4F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F8C

Black with #AD4F8C

Text Example


Text Example

White with #AD4F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F8C; }

 p { color: rgb(173,79,140); }

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

background-color css

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

 a { background-color: rgb(173,79,140); }

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

border-color css

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

 span { border-color: rgb(173,79,140); }

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