#A6557C

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

Shades of Royal Heath #A6557C

Tints of Royal Heath #A6557C

Color information

#A6557C (or 0xA6557C) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 7C. RGB value is (166,85,124). Sum of RGB (Red+Green+Blue) = 166+85+124=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6557C is #59AA83. Grayscale: #717171. Windows color (decimal): -5876356 or 8148390. OLE color: 8148390.

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

Color convert

RGB16685124-
CMYK00.490.250.35
HSL331.11º32.27%49.22%-
HSV(B)331.11º48.8%65.1%-
XYZ22.6116.0620.98-
YUV113.66133.84165.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=44.27%
G=22.67%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668512400.490.250.35331.1132.2749.22
HexA6557C031192314b2031
Octal24612517406131435134061
Binary1010011010101011111100011000111001100011101001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6557C; }

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

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

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

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

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

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

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

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