Html Css Color HEX #AD4B8B Mulberry

📋 copy color: '#AD4B8B'

red 173 ◦ green 75 ◦ blue 139

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

Shades of Mulberry #AD4B8B

Tints of Mulberry #AD4B8B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

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

R = 44.7%
G = 19.38%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD4B8B (or 0xAD4B8B) is known color: Mulberry. HEX triplet: AD, 4B and 8B. RGB value is (173,75,139). Sum of RGB (Red+Green+Blue) = 173+75+139=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B8B is #52B474. Grayscale: #6F6F6F. Windows color (decimal): -5420149 or 9128877. OLE color: 9128877.

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

Color convert

RGB 173 75 139 -
CMYK 0 0.57 0.20 0.32
HSL 320.82º 0.4% 0.49% -
HSV(B) 320.82º 0.57% 0.68% -
XYZ 24.41 15.78 26.19 -
YUV 111.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 173 75 139 0 0.57 0.20 0.32 320.82 0.4 0.49
Hex AD 4B 8B 0 39 14 20 141 28 31
Octal 255 113 213 0 71 24 40 501 50 61
Binary 10101101 1001011 10001011 0 111001 10100 100000 101000001 101000 110001

Color Harmonies of #AD4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B8B

Black with #AD4B8B

Text Example


Text Example

White with #AD4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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