#A6527C

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

Shades of Royal Heath #A6527C

Tints of Royal Heath #A6527C

Color information

#A6527C (or 0xA6527C) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 7C. RGB value is (166,82,124). Sum of RGB (Red+Green+Blue) = 166+82+124=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6527C is #59AD83. Grayscale: #6F6F6F. Windows color (decimal): -5877124 or 8147622. OLE color: 8147622.

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

Color convert

RGB16682124-
CMYK00.510.250.35
HSL330º33.87%48.63%-
HSV(B)330º50.6%65.1%-
XYZ22.3815.620.9-
YUV111.9134.83166.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=44.62%
G=22.04%
B=33.33%

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
Decimal1668212400.510.250.3533033.8748.63
HexA6527C033192314a2231
Octal24612217406331435124261
Binary1010011010100101111100011001111001100011101001010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6527C; }

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

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

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

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

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

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

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

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