Html Css Color HEX #AD5294 Mulberry

📋 copy color: '#AD5294'

red 173 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #AD5294

Tints of Mulberry #AD5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 42.93%
G = 20.35%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5294 (or 0xAD5294) is known color: Mulberry. HEX triplet: AD, 52 and 94. RGB value is (173,82,148). Sum of RGB (Red+Green+Blue) = 173+82+148=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5294 is #52AD6B. Grayscale: #747474. Windows color (decimal): -5418348 or 9720493. OLE color: 9720493.

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

Color convert

RGB 173 82 148 -
CMYK 0 0.53 0.14 0.32
HSL 316.48º 0.36% 0.5% -
HSV(B) 316.48º 0.53% 0.68% -
XYZ 25.6 17.06 29.96 -
YUV 116.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 173 82 148 0 0.53 0.14 0.32 316.48 0.36 0.5
Hex AD 52 94 0 35 E 20 13C 24 32
Octal 255 122 224 0 65 16 40 474 44 62
Binary 10101101 1010010 10010100 0 110101 1110 100000 100111100 100100 110010

Color Harmonies of #AD5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5294

Black with #AD5294

Text Example


Text Example

White with #AD5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5294; }

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

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

background-color css

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

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

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

border-color css

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

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

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