#A6517C

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

Shades of Royal Heath #A6517C

Tints of Royal Heath #A6517C

Color information

#A6517C (or 0xA6517C) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 7C. RGB value is (166,81,124). Sum of RGB (Red+Green+Blue) = 166+81+124=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6517C is #59AE83. Grayscale: #6F6F6F. Windows color (decimal): -5877380 or 8147366. OLE color: 8147366.

HSL color Cylindrical-coordinate representation of color #A6517C: hue angle of 329.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6517C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16681124-
CMYK00.510.250.35
HSL329.65º34.41%48.43%-
HSV(B)329.65º51.2%65.1%-
XYZ22.3115.4520.87-
YUV111.32135.16167-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=44.74%
G=21.83%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668112400.510.250.35329.6534.4148.43
HexA6517C033192314a2230
Octal24612117406331435124260
Binary1010011010100011111100011001111001100011101001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6517C; }

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

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

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

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

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

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

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

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