Html Css Color HEX #AD5584 Royal Heath

📋 copy color: '#AD5584'

red 173 ◦ green 85 ◦ blue 132

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

Shades of Royal Heath #AD5584

Tints of Royal Heath #AD5584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 44.36%
G = 21.79%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD5584 (or 0xAD5584) is known color: Royal Heath. HEX triplet: AD, 55 and 84. RGB value is (173,85,132). Sum of RGB (Red+Green+Blue) = 173+85+132=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5584 is #52AA7B. Grayscale: #747474. Windows color (decimal): -5417596 or 8672685. OLE color: 8672685.

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

Color convert

RGB 173 85 132 -
CMYK 0 0.51 0.24 0.32
HSL 327.95º 0.35% 0.51% -
HSV(B) 327.95º 0.51% 0.68% -
XYZ 24.65 17.05 23.82 -
YUV 116.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 173 85 132 0 0.51 0.24 0.32 327.95 0.35 0.51
Hex AD 55 84 0 33 18 20 148 23 33
Octal 255 125 204 0 63 30 40 510 43 63
Binary 10101101 1010101 10000100 0 110011 11000 100000 101001000 100011 110011

Color Harmonies of #AD5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5584

Black with #AD5584

Text Example


Text Example

White with #AD5584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5584; }

 p { color: rgb(173,85,132); }

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

background-color css

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

 a { background-color: rgb(173,85,132); }

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

border-color css

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

 span { border-color: rgb(173,85,132); }

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