Html Css Color HEX #AD508D Mulberry

📋 copy color: '#AD508D'

red 173 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #AD508D

Tints of Mulberry #AD508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 43.91%
G = 20.3%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD508D (or 0xAD508D) is known color: Mulberry. HEX triplet: AD, 50 and 8D. RGB value is (173,80,141). Sum of RGB (Red+Green+Blue) = 173+80+141=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD508D is #52AF72. Grayscale: #727272. Windows color (decimal): -5418867 or 9261229. OLE color: 9261229.

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

Color convert

RGB 173 80 141 -
CMYK 0 0.54 0.18 0.32
HSL 320.65º 0.37% 0.5% -
HSV(B) 320.65º 0.54% 0.68% -
XYZ 24.91 16.54 27.08 -
YUV 114.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 173 80 141 0 0.54 0.18 0.32 320.65 0.37 0.5
Hex AD 50 8D 0 36 12 20 141 25 32
Octal 255 120 215 0 66 22 40 501 45 62
Binary 10101101 1010000 10001101 0 110110 10010 100000 101000001 100101 110010

Color Harmonies of #AD508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD508D

Black with #AD508D

Text Example


Text Example

White with #AD508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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