#AD4179

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

Shades of Royal Heath #AD4179

Tints of Royal Heath #AD4179

Color information

#AD4179 (or 0xAD4179) is unknown color: approx Royal Heath. HEX triplet: AD, 41 and 79. RGB value is (173,65,121). Sum of RGB (Red+Green+Blue) = 173+65+121=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4179 is #52BE86. Grayscale: #676767. Windows color (decimal): -5422727 or 7946669. OLE color: 7946669.

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

Color convert

RGB17365121-
CMYK00.620.300.32
HSL328.89º45.38%46.67%-
HSV(B)328.89º62.43%67.84%-
XYZ22.5814.0519.61-
YUV103.68137.78177.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=48.19%
G=18.11%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736512100.620.300.32328.8945.3846.67
HexAD417903E1E201492d2f
Octal25510117107636405115557
Binary1010110110000011111001011111011110100000101001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4179; }

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

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

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

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

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

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

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

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