#AF517C

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

Shades of Royal Heath #AF517C

Tints of Royal Heath #AF517C

Color information

#AF517C (or 0xAF517C) is unknown color: approx Royal Heath. HEX triplet: AF, 51 and 7C. RGB value is (175,81,124). Sum of RGB (Red+Green+Blue) = 175+81+124=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF517C is #50AE83. Grayscale: #717171. Windows color (decimal): -5287556 or 8147375. OLE color: 8147375.

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

Color convert

RGB17581124-
CMYK00.540.290.31
HSL332.55º37.01%50.2%-
HSV(B)332.55º53.71%68.63%-
XYZ24.2616.4520.97-
YUV114.01133.64171.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=46.05%
G=21.32%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758112400.540.290.31332.5537.0150.2
HexAF517C0361D1F14d2532
Octal25712117406635375154562
Binary101011111010001111110001101101110111111101001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF517C; }

 p { color: rgb(175,81,124); }

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

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

 a { background-color: rgb(175,81,124); }

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

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

 span { border-color: rgb(175,81,124); }

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