Html Css Color HEX #AD447D Royal Heath

📋 copy color: '#AD447D'

red 173 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #AD447D

Tints of Royal Heath #AD447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 47.27%
G = 18.58%
B = 34.15%

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

#AD447D (or 0xAD447D) is known color: Royal Heath. HEX triplet: AD, 44 and 7D. RGB value is (173,68,125). Sum of RGB (Red+Green+Blue) = 173+68+125=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD447D is #52BB82. Grayscale: #696969. Windows color (decimal): -5421955 or 8209581. OLE color: 8209581.

HSL color Cylindrical-coordinate representation of color #AD447D: hue angle of 327.43º 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 #AD447D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 125 -
CMYK 0 0.61 0.28 0.32
HSL 327.43º 0.44% 0.47% -
HSV(B) 327.43º 0.61% 0.68% -
XYZ 23 14.5 20.99 -
YUV 105.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 173 68 125 0 0.61 0.28 0.32 327.43 0.44 0.47
Hex AD 44 7D 0 3D 1C 20 147 2C 2F
Octal 255 104 175 0 75 34 40 507 54 57
Binary 10101101 1000100 1111101 0 111101 11100 100000 101000111 101100 101111

Color Harmonies of #AD447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD447D

Black with #AD447D

Text Example


Text Example

White with #AD447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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