#AD5078

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

Shades of Royal Heath #AD5078

Tints of Royal Heath #AD5078

Color information

#AD5078 (or 0xAD5078) is unknown color: approx Royal Heath. HEX triplet: AD, 50 and 78. RGB value is (173,80,120). Sum of RGB (Red+Green+Blue) = 173+80+120=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5078 is #52AF87. Grayscale: #707070. Windows color (decimal): -5418888 or 7884973. OLE color: 7884973.

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

Color convert

RGB17380120-
CMYK00.540.310.32
HSL334.19º36.76%49.61%-
HSV(B)334.19º53.76%67.84%-
XYZ23.4915.9819.62-
YUV112.37132.31171.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=46.38%
G=21.45%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738012000.540.310.32334.1936.7649.61
HexAD50780361F2014e2532
Octal25512017006637405164562
Binary1010110110100001111000011011011111100000101001110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5078; }

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

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

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

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

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

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

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

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