Html Css Color HEX #AD5C90 Mulberry

📋 copy color: '#AD5C90'

red 173 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #AD5C90

Tints of Mulberry #AD5C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 42.3%
G = 22.49%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD5C90 (or 0xAD5C90) is known color: Mulberry. HEX triplet: AD, 5C and 90. RGB value is (173,92,144). Sum of RGB (Red+Green+Blue) = 173+92+144=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C90 is #52A36F. Grayscale: #7A7A7A. Windows color (decimal): -5415792 or 9460909. OLE color: 9460909.

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

Color convert

RGB 173 92 144 -
CMYK 0 0.47 0.17 0.32
HSL 321.48º 0.33% 0.52% -
HSV(B) 321.48º 0.47% 0.68% -
XYZ 26.09 18.55 28.59 -
YUV 122.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 173 92 144 0 0.47 0.17 0.32 321.48 0.33 0.52
Hex AD 5C 90 0 2F 11 20 141 21 34
Octal 255 134 220 0 57 21 40 501 41 64
Binary 10101101 1011100 10010000 0 101111 10001 100000 101000001 100001 110100

Color Harmonies of #AD5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C90

Black with #AD5C90

Text Example


Text Example

White with #AD5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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