Html Css Color HEX #AD547C Royal Heath

📋 copy color: '#AD547C'

red 173 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #AD547C

Tints of Royal Heath #AD547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.05%

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

R = 45.41%
G = 22.05%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD547C (or 0xAD547C) is known color: Royal Heath. HEX triplet: AD, 54 and 7C. RGB value is (173,84,124). Sum of RGB (Red+Green+Blue) = 173+84+124=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD547C is #52AB83. Grayscale: #737373. Windows color (decimal): -5417860 or 8148141. OLE color: 8148141.

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

Color convert

RGB 173 84 124 -
CMYK 0 0.51 0.28 0.32
HSL 333.03º 0.35% 0.5% -
HSV(B) 333.03º 0.51% 0.68% -
XYZ 24.04 16.68 21.02 -
YUV 115.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 173 84 124 0 0.51 0.28 0.32 333.03 0.35 0.5
Hex AD 54 7C 0 33 1C 20 14D 23 32
Octal 255 124 174 0 63 34 40 515 43 62
Binary 10101101 1010100 1111100 0 110011 11100 100000 101001101 100011 110010

Color Harmonies of #AD547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD547C

Black with #AD547C

Text Example


Text Example

White with #AD547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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