Html Css Color HEX #AD5E92 Mulberry

📋 copy color: '#AD5E92'

red 173 ◦ green 94 ◦ blue 146

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

Shades of Mulberry #AD5E92

Tints of Mulberry #AD5E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 41.89%
G = 22.76%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD5E92 (or 0xAD5E92) is known color: Mulberry. HEX triplet: AD, 5E and 92. RGB value is (173,94,146). Sum of RGB (Red+Green+Blue) = 173+94+146=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5E92 is #52A16D. Grayscale: #7B7B7B. Windows color (decimal): -5415278 or 9592493. OLE color: 9592493.

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

Color convert

RGB 173 94 146 -
CMYK 0 0.46 0.16 0.32
HSL 320.51º 0.33% 0.52% -
HSV(B) 320.51º 0.46% 0.68% -
XYZ 26.42 18.96 29.46 -
YUV 123.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 173 94 146 0 0.46 0.16 0.32 320.51 0.33 0.52
Hex AD 5E 92 0 2E 10 20 141 21 34
Octal 255 136 222 0 56 20 40 501 41 64
Binary 10101101 1011110 10010010 0 101110 10000 100000 101000001 100001 110100

Color Harmonies of #AD5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E92

Black with #AD5E92

Text Example


Text Example

White with #AD5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E92; }

 p { color: rgb(173,94,146); }

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

background-color css

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

 a { background-color: rgb(173,94,146); }

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

border-color css

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

 span { border-color: rgb(173,94,146); }

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