Html Css Color HEX #AD447C Royal Heath

📋 copy color: '#AD447C'

red 173 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #AD447C

Tints of Royal Heath #AD447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 47.4%
G = 18.63%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD447C (or 0xAD447C) is known color: Royal Heath. HEX triplet: AD, 44 and 7C. RGB value is (173,68,124). Sum of RGB (Red+Green+Blue) = 173+68+124=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD447C is #52BB83. Grayscale: #696969. Windows color (decimal): -5421956 or 8144045. OLE color: 8144045.

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

Color convert

RGB 173 68 124 -
CMYK 0 0.61 0.28 0.32
HSL 328º 0.44% 0.47% -
HSV(B) 328º 0.61% 0.68% -
XYZ 22.94 14.47 20.65 -
YUV 105.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 173 68 124 0 0.61 0.28 0.32 328 0.44 0.47
Hex AD 44 7C 0 3D 1C 20 148 2C 2F
Octal 255 104 174 0 75 34 40 510 54 57
Binary 10101101 1000100 1111100 0 111101 11100 100000 101001000 101100 101111

Color Harmonies of #AD447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD447C

Black with #AD447C

Text Example


Text Example

White with #AD447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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