#AD557B

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

Shades of Royal Heath #AD557B

Tints of Royal Heath #AD557B

Color information

#AD557B (or 0xAD557B) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 7B. RGB value is (173,85,123). Sum of RGB (Red+Green+Blue) = 173+85+123=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD557B is #52AA84. Grayscale: #737373. Windows color (decimal): -5417605 or 8082861. OLE color: 8082861.

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

Color convert

RGB17385123-
CMYK00.510.290.32
HSL334.09º34.92%50.59%-
HSV(B)334.09º50.87%67.84%-
XYZ24.0616.8120.72-
YUV115.64132.15168.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=45.41%
G=22.31%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738512300.510.290.32334.0934.9250.59
HexAD557B0331D2014e2333
Octal25512517306335405164363
Binary1010110110101011111011011001111101100000101001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD557B; }

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

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

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

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

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

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

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

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