Html Css Color HEX #AD4472 Royal Heath

📋 copy color: '#AD4472'

red 173 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #AD4472

Tints of Royal Heath #AD4472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 48.73%
G = 19.15%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD4472 (or 0xAD4472) is known color: Royal Heath. HEX triplet: AD, 44 and 72. RGB value is (173,68,114). Sum of RGB (Red+Green+Blue) = 173+68+114=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4472 is #52BB8D. Grayscale: #686868. Windows color (decimal): -5421966 or 7488685. OLE color: 7488685.

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

Color convert

RGB 173 68 114 -
CMYK 0 0.61 0.34 0.32
HSL 333.71º 0.44% 0.47% -
HSV(B) 333.71º 0.61% 0.68% -
XYZ 22.34 14.23 17.49 -
YUV 104.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 173 68 114 0 0.61 0.34 0.32 333.71 0.44 0.47
Hex AD 44 72 0 3D 22 20 14E 2C 2F
Octal 255 104 162 0 75 42 40 516 54 57
Binary 10101101 1000100 1110010 0 111101 100010 100000 101001110 101100 101111

Color Harmonies of #AD4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4472

Black with #AD4472

Text Example


Text Example

White with #AD4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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