Html Css Color HEX #AD5394 Mulberry

📋 copy color: '#AD5394'

red 173 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #AD5394

Tints of Mulberry #AD5394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.54%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 42.82%
G = 20.54%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5394 (or 0xAD5394) is known color: Mulberry. HEX triplet: AD, 53 and 94. RGB value is (173,83,148). Sum of RGB (Red+Green+Blue) = 173+83+148=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5394 is #52AC6B. Grayscale: #757575. Windows color (decimal): -5418092 or 9720749. OLE color: 9720749.

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

Color convert

RGB 173 83 148 -
CMYK 0 0.52 0.14 0.32
HSL 316.67º 0.35% 0.5% -
HSV(B) 316.67º 0.52% 0.68% -
XYZ 25.67 17.21 29.99 -
YUV 117.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 173 83 148 0 0.52 0.14 0.32 316.67 0.35 0.5
Hex AD 53 94 0 34 E 20 13D 23 32
Octal 255 123 224 0 64 16 40 475 43 62
Binary 10101101 1010011 10010100 0 110100 1110 100000 100111101 100011 110010

Color Harmonies of #AD5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5394

Black with #AD5394

Text Example


Text Example

White with #AD5394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5394; }

 p { color: rgb(173,83,148); }

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

background-color css

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

 a { background-color: rgb(173,83,148); }

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

border-color css

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

 span { border-color: rgb(173,83,148); }

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