#AD477B

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

Shades of Royal Heath #AD477B

Tints of Royal Heath #AD477B

Color information

#AD477B (or 0xAD477B) is unknown color: approx Royal Heath. HEX triplet: AD, 47 and 7B. RGB value is (173,71,123). Sum of RGB (Red+Green+Blue) = 173+71+123=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD477B is #52B884. Grayscale: #6B6B6B. Windows color (decimal): -5421189 or 8079277. OLE color: 8079277.

HSL color Cylindrical-coordinate representation of color #AD477B: hue angle of 329.41º 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 #AD477B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17371123-
CMYK00.590.290.32
HSL329.41º41.8%47.84%-
HSV(B)329.41º58.96%67.84%-
XYZ23.0614.8220.38-
YUV107.43136.79174.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=47.14%
G=19.35%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737112300.590.290.32329.4141.847.84
HexAD477B03B1D201492a30
Octal25510717307335405115260
Binary1010110110001111111011011101111101100000101001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD477B; }

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

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

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

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

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

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

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

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