#AD5578

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

Shades of Royal Heath #AD5578

Tints of Royal Heath #AD5578

Color information

#AD5578 (or 0xAD5578) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 78. RGB value is (173,85,120). Sum of RGB (Red+Green+Blue) = 173+85+120=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5578 is #52AA87. Grayscale: #737373. Windows color (decimal): -5417608 or 7886253. OLE color: 7886253.

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

Color convert

RGB17385120-
CMYK00.510.310.32
HSL336.14º34.92%50.59%-
HSV(B)336.14º50.87%67.84%-
XYZ23.8716.7419.74-
YUV115.3130.65169.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=45.77%
G=22.49%
B=31.75%

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
Decimal1738512000.510.310.32336.1434.9250.59
HexAD55780331F201502333
Octal25512517006337405204363
Binary1010110110101011111000011001111111100000101010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5578; }

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

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

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

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

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

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

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

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