Html Css Color HEX #AD577C Royal Heath

📋 copy color: '#AD577C'

red 173 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #AD577C

Tints of Royal Heath #AD577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 45.05%
G = 22.66%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD577C (or 0xAD577C) is known color: Royal Heath. HEX triplet: AD, 57 and 7C. RGB value is (173,87,124). Sum of RGB (Red+Green+Blue) = 173+87+124=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577C is #52A883. Grayscale: #747474. Windows color (decimal): -5417092 or 8148909. OLE color: 8148909.

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

Color convert

RGB 173 87 124 -
CMYK 0 0.50 0.28 0.32
HSL 334.19º 0.34% 0.51% -
HSV(B) 334.19º 0.5% 0.68% -
XYZ 24.28 17.16 21.1 -
YUV 116.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 173 87 124 0 0.50 0.28 0.32 334.19 0.34 0.51
Hex AD 57 7C 0 32 1C 20 14E 22 33
Octal 255 127 174 0 62 34 40 516 42 63
Binary 10101101 1010111 1111100 0 110010 11100 100000 101001110 100010 110011

Color Harmonies of #AD577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD577C

Black with #AD577C

Text Example


Text Example

White with #AD577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD577C; }

 p { color: rgb(173,87,124); }

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

background-color css

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

 a { background-color: rgb(173,87,124); }

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

border-color css

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

 span { border-color: rgb(173,87,124); }

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