Html Css Color HEX #AD5D8F Mulberry

📋 copy color: '#AD5D8F'

red 173 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #AD5D8F

Tints of Mulberry #AD5D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

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

R = 42.3%
G = 22.74%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD5D8F (or 0xAD5D8F) is known color: Mulberry. HEX triplet: AD, 5D and 8F. RGB value is (173,93,143). Sum of RGB (Red+Green+Blue) = 173+93+143=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D8F is #52A270. Grayscale: #7A7A7A. Windows color (decimal): -5415537 or 9395629. OLE color: 9395629.

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

Color convert

RGB 173 93 143 -
CMYK 0 0.46 0.17 0.32
HSL 322.5º 0.33% 0.52% -
HSV(B) 322.5º 0.46% 0.68% -
XYZ 26.11 18.7 28.22 -
YUV 122.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 173 93 143 0 0.46 0.17 0.32 322.5 0.33 0.52
Hex AD 5D 8F 0 2E 11 20 142 21 34
Octal 255 135 217 0 56 21 40 502 41 64
Binary 10101101 1011101 10001111 0 101110 10001 100000 101000010 100001 110100

Color Harmonies of #AD5D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D8F

Black with #AD5D8F

Text Example


Text Example

White with #AD5D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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