Html Css Color HEX #AD5A8D Mulberry

📋 copy color: '#AD5A8D'

red 173 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #AD5A8D

Tints of Mulberry #AD5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 42.82%
G = 22.28%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD5A8D (or 0xAD5A8D) is known color: Mulberry. HEX triplet: AD, 5A and 8D. RGB value is (173,90,141). Sum of RGB (Red+Green+Blue) = 173+90+141=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A8D is #52A572. Grayscale: #787878. Windows color (decimal): -5416307 or 9263789. OLE color: 9263789.

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

Color convert

RGB 173 90 141 -
CMYK 0 0.48 0.18 0.32
HSL 323.13º 0.34% 0.52% -
HSV(B) 323.13º 0.48% 0.68% -
XYZ 25.7 18.12 27.34 -
YUV 120.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 173 90 141 0 0.48 0.18 0.32 323.13 0.34 0.52
Hex AD 5A 8D 0 30 12 20 143 22 34
Octal 255 132 215 0 60 22 40 503 42 64
Binary 10101101 1011010 10001101 0 110000 10010 100000 101000011 100010 110100

Color Harmonies of #AD5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A8D

Black with #AD5A8D

Text Example


Text Example

White with #AD5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A8D; }

 p { color: rgb(173,90,141); }

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

background-color css

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

 a { background-color: rgb(173,90,141); }

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

border-color css

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

 span { border-color: rgb(173,90,141); }

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