Html Css Color HEX #AD4D8B Mulberry

📋 copy color: '#AD4D8B'

red 173 ◦ green 77 ◦ blue 139

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

Shades of Mulberry #AD4D8B

Tints of Mulberry #AD4D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 44.47%
G = 19.79%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD4D8B (or 0xAD4D8B) is known color: Mulberry. HEX triplet: AD, 4D and 8B. RGB value is (173,77,139). Sum of RGB (Red+Green+Blue) = 173+77+139=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D8B is #52B274. Grayscale: #707070. Windows color (decimal): -5419637 or 9129389. OLE color: 9129389.

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

Color convert

RGB 173 77 139 -
CMYK 0 0.55 0.20 0.32
HSL 321.25º 0.38% 0.49% -
HSV(B) 321.25º 0.55% 0.68% -
XYZ 24.55 16.06 26.23 -
YUV 112.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 173 77 139 0 0.55 0.20 0.32 321.25 0.38 0.49
Hex AD 4D 8B 0 37 14 20 141 26 31
Octal 255 115 213 0 67 24 40 501 46 61
Binary 10101101 1001101 10001011 0 110111 10100 100000 101000001 100110 110001

Color Harmonies of #AD4D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D8B

Black with #AD4D8B

Text Example


Text Example

White with #AD4D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D8B; }

 p { color: rgb(173,77,139); }

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

background-color css

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

 a { background-color: rgb(173,77,139); }

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

border-color css

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

 span { border-color: rgb(173,77,139); }

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