Html Css Color HEX #AD5A93 Mulberry

📋 copy color: '#AD5A93'

red 173 ◦ green 90 ◦ blue 147

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

Shades of Mulberry #AD5A93

Tints of Mulberry #AD5A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 42.2%
G = 21.95%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD5A93 (or 0xAD5A93) is known color: Mulberry. HEX triplet: AD, 5A and 93. RGB value is (173,90,147). Sum of RGB (Red+Green+Blue) = 173+90+147=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A93 is #52A56C. Grayscale: #797979. Windows color (decimal): -5416301 or 9657005. OLE color: 9657005.

HSL color Cylindrical-coordinate representation of color #AD5A93: hue angle of 318.8º 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 #AD5A93 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 147 -
CMYK 0 0.48 0.15 0.32
HSL 318.8º 0.34% 0.52% -
HSV(B) 318.8º 0.48% 0.68% -
XYZ 26.16 18.3 29.76 -
YUV 121.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 173 90 147 0 0.48 0.15 0.32 318.8 0.34 0.52
Hex AD 5A 93 0 30 F 20 13F 22 34
Octal 255 132 223 0 60 17 40 477 42 64
Binary 10101101 1011010 10010011 0 110000 1111 100000 100111111 100010 110100

Color Harmonies of #AD5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A93

Black with #AD5A93

Text Example


Text Example

White with #AD5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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