#AD5A78

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

Shades of Royal Heath #AD5A78

Tints of Royal Heath #AD5A78

Color information

#AD5A78 (or 0xAD5A78) is unknown color: approx Royal Heath. HEX triplet: AD, 5A and 78. RGB value is (173,90,120). Sum of RGB (Red+Green+Blue) = 173+90+120=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A78 is #52A587. Grayscale: #767676. Windows color (decimal): -5416328 or 7887533. OLE color: 7887533.

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

Color convert

RGB17390120-
CMYK00.480.310.32
HSL338.31º33.6%51.57%-
HSV(B)338.31º47.98%67.84%-
XYZ24.2817.5519.88-
YUV118.24129167.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=45.17%
G=23.50%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739012000.480.310.32338.3133.651.57
HexAD5A780301F201522234
Octal25513217006037405224264
Binary1010110110110101111000011000011111100000101010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A78; }

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

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

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

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

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

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

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

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