#AD5478

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

Shades of Royal Heath #AD5478

Tints of Royal Heath #AD5478

Color information

#AD5478 (or 0xAD5478) is unknown color: approx Royal Heath. HEX triplet: AD, 54 and 78. RGB value is (173,84,120). Sum of RGB (Red+Green+Blue) = 173+84+120=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5478 is #52AB87. Grayscale: #727272. Windows color (decimal): -5417864 or 7885997. OLE color: 7885997.

HSL color Cylindrical-coordinate representation of color #AD5478: hue angle of 335.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5478 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB17384120-
CMYK00.510.310.32
HSL335.73º35.18%50.39%-
HSV(B)335.73º51.45%67.84%-
XYZ23.7916.5819.72-
YUV114.72130.99169.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=45.89%
G=22.28%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738412000.510.310.32335.7335.1850.39
HexAD54780331F201502332
Octal25512417006337405204362
Binary1010110110101001111000011001111111100000101010000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5478; }

 p { color: rgb(173,84,120); }

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

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

 a { background-color: rgb(173,84,120); }

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

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

 span { border-color: rgb(173,84,120); }

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