#AD4879

Color #AD4879 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AD4879

Tints of Royal Heath #AD4879

Color information

#AD4879 (or 0xAD4879) is unknown color: approx Royal Heath. HEX triplet: AD, 48 and 79. RGB value is (173,72,121). Sum of RGB (Red+Green+Blue) = 173+72+121=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4879 is #52B786. Grayscale: #6B6B6B. Windows color (decimal): -5420935 or 7948461. OLE color: 7948461.

HSL color Cylindrical-coordinate representation of color #AD4879: hue angle of 330.89º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4879 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17372121-
CMYK00.580.300.32
HSL330.89º41.22%48.04%-
HSV(B)330.89º58.38%67.84%-
XYZ2314.919.75-
YUV107.78135.46174.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=47.27%
G=19.67%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737212100.580.300.32330.8941.2248.04
HexAD487903A1E2014b2930
Octal25511017107236405135160
Binary1010110110010001111001011101011110100000101001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4879; }

 p { color: rgb(173,72,121); }

 H1.HeaderClassName
 {
   color: #AD4879;
 }
 .AnyTagClassName
 {
   color: #AD4879;
 }
</style>
background-color css

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

 a { background-color: rgb(173,72,121); }

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

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

 span { border-color: rgb(173,72,121); }

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