Html Css Color HEX #AD5093 Mulberry

📋 copy color: '#AD5093'

red 173 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #AD5093

Tints of Mulberry #AD5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 43.25%
G = 20%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD5093 (or 0xAD5093) is known color: Mulberry. HEX triplet: AD, 50 and 93. RGB value is (173,80,147). Sum of RGB (Red+Green+Blue) = 173+80+147=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5093 is #52AF6C. Grayscale: #737373. Windows color (decimal): -5418861 or 9654445. OLE color: 9654445.

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

Color convert

RGB 173 80 147 -
CMYK 0 0.54 0.15 0.32
HSL 316.77º 0.37% 0.5% -
HSV(B) 316.77º 0.54% 0.68% -
XYZ 25.37 16.73 29.5 -
YUV 115.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 173 80 147 0 0.54 0.15 0.32 316.77 0.37 0.5
Hex AD 50 93 0 36 F 20 13D 25 32
Octal 255 120 223 0 66 17 40 475 45 62
Binary 10101101 1010000 10010011 0 110110 1111 100000 100111101 100101 110010

Color Harmonies of #AD5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5093

Black with #AD5093

Text Example


Text Example

White with #AD5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5093; }

 p { color: rgb(173,80,147); }

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

background-color css

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

 a { background-color: rgb(173,80,147); }

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

border-color css

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

 span { border-color: rgb(173,80,147); }

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