Html Css Color HEX #AD5C8E Mulberry

📋 copy color: '#AD5C8E'

red 173 ◦ green 92 ◦ blue 142

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

Shades of Mulberry #AD5C8E

Tints of Mulberry #AD5C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 42.51%
G = 22.6%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD5C8E (or 0xAD5C8E) is known color: Mulberry. HEX triplet: AD, 5C and 8E. RGB value is (173,92,142). Sum of RGB (Red+Green+Blue) = 173+92+142=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C8E is #52A371. Grayscale: #797979. Windows color (decimal): -5415794 or 9329837. OLE color: 9329837.

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

Color convert

RGB 173 92 142 -
CMYK 0 0.47 0.18 0.32
HSL 322.96º 0.33% 0.52% -
HSV(B) 322.96º 0.47% 0.68% -
XYZ 25.94 18.49 27.79 -
YUV 121.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 173 92 142 0 0.47 0.18 0.32 322.96 0.33 0.52
Hex AD 5C 8E 0 2F 12 20 143 21 34
Octal 255 134 216 0 57 22 40 503 41 64
Binary 10101101 1011100 10001110 0 101111 10010 100000 101000011 100001 110100

Color Harmonies of #AD5C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C8E

Black with #AD5C8E

Text Example


Text Example

White with #AD5C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C8E; }

 p { color: rgb(173,92,142); }

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

background-color css

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

 a { background-color: rgb(173,92,142); }

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

border-color css

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

 span { border-color: rgb(173,92,142); }

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