Html Css Color HEX #AD5A8F Mulberry

📋 copy color: '#AD5A8F'

red 173 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #AD5A8F

Tints of Mulberry #AD5A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 42.61%
G = 22.17%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD5A8F (or 0xAD5A8F) is known color: Mulberry. HEX triplet: AD, 5A and 8F. RGB value is (173,90,143). Sum of RGB (Red+Green+Blue) = 173+90+143=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A8F is #52A570. Grayscale: #787878. Windows color (decimal): -5416305 or 9394861. OLE color: 9394861.

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

Color convert

RGB 173 90 143 -
CMYK 0 0.48 0.17 0.32
HSL 321.69º 0.34% 0.52% -
HSV(B) 321.69º 0.48% 0.68% -
XYZ 25.85 18.18 28.13 -
YUV 120.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 173 90 143 0 0.48 0.17 0.32 321.69 0.34 0.52
Hex AD 5A 8F 0 30 11 20 142 22 34
Octal 255 132 217 0 60 21 40 502 42 64
Binary 10101101 1011010 10001111 0 110000 10001 100000 101000010 100010 110100

Color Harmonies of #AD5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A8F

Black with #AD5A8F

Text Example


Text Example

White with #AD5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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