#ad477f

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

Shades of Royal Heath #AD477F

Tints of Royal Heath #AD477F

Color information

#AD477F (or 0xAD477F) is unknown color: approx Royal Heath. HEX triplet: AD, 47 and 7F. RGB value is (173,71,127). Sum of RGB (Red+Green+Blue) = 173+71+127=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD477F is #52B880. Grayscale: #6B6B6B. Windows color (decimal): -5421185 or 8341421. OLE color: 8341421.

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

Color convert

RGB17371127-
CMYK00.590.270.32
HSL327.06º41.8%47.84%-
HSV(B)327.06º58.96%67.84%-
XYZ23.3214.9221.73-
YUV107.88138.79174.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 127 (50% from 255) = 34.23%
R=46.63%
G=19.14%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737112700.590.270.32327.0641.847.84
HexAD477F03B1B201472a30
Octal25510717707333405075260
Binary1010110110001111111111011101111011100000101000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad477f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad477f; }

 p { color: rgb(173,71,127); }

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

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

 a { background-color: rgb(173,71,127); }

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

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

 span { border-color: rgb(173,71,127); }

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