#A6527B

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

Shades of Royal Heath #A6527B

Tints of Royal Heath #A6527B

Color information

#A6527B (or 0xA6527B) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 7B. RGB value is (166,82,123). Sum of RGB (Red+Green+Blue) = 166+82+123=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6527B is #59AD84. Grayscale: #6F6F6F. Windows color (decimal): -5877125 or 8082086. OLE color: 8082086.

HSL color Cylindrical-coordinate representation of color #A6527B: hue angle of 330.71º 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 #A6527B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16682123-
CMYK00.510.260.35
HSL330.71º33.87%48.63%-
HSV(B)330.71º50.6%65.1%-
XYZ22.3215.5720.57-
YUV111.79134.33166.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=44.74%
G=22.10%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668212300.510.260.35330.7133.8748.63
HexA6527B0331A2314b2231
Octal24612217306332435134261
Binary1010011010100101111011011001111010100011101001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6527B; }

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

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

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

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

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

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

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

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