#AD527D

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

Shades of Royal Heath #AD527D

Tints of Royal Heath #AD527D

Color information

#AD527D (or 0xAD527D) is unknown color: approx Royal Heath. HEX triplet: AD, 52 and 7D. RGB value is (173,82,125). Sum of RGB (Red+Green+Blue) = 173+82+125=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD527D is #52AD82. Grayscale: #727272. Windows color (decimal): -5418371 or 8213165. OLE color: 8213165.

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

Color convert

RGB17382125-
CMYK00.530.280.32
HSL331.65º35.69%50%-
HSV(B)331.65º52.6%67.84%-
XYZ23.9516.421.31-
YUV114.11134.15170-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=45.53%
G=21.58%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738212500.530.280.32331.6535.6950
HexAD527D0351C2014c2432
Octal25512217506534405144462
Binary1010110110100101111101011010111100100000101001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD527D; }

 p { color: rgb(173,82,125); }

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

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

 a { background-color: rgb(173,82,125); }

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

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

 span { border-color: rgb(173,82,125); }

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