#ad507c

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

Shades of Royal Heath #AD507C

Tints of Royal Heath #AD507C

Color information

#AD507C (or 0xAD507C) is unknown color: approx Royal Heath. HEX triplet: AD, 50 and 7C. RGB value is (173,80,124). Sum of RGB (Red+Green+Blue) = 173+80+124=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD507C is #52AF83. Grayscale: #707070. Windows color (decimal): -5418884 or 8147117. OLE color: 8147117.

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

Color convert

RGB17380124-
CMYK00.540.280.32
HSL331.61º36.76%49.61%-
HSV(B)331.61º53.76%67.84%-
XYZ23.7416.0820.92-
YUV112.82134.31170.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=45.89%
G=21.22%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738012400.540.280.32331.6136.7649.61
HexAD507C0361C2014c2532
Octal25512017406634405144562
Binary1010110110100001111100011011011100100000101001100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad507c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad507c; }

 p { color: rgb(173,80,124); }

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

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

 a { background-color: rgb(173,80,124); }

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

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

 span { border-color: rgb(173,80,124); }

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