#A6557F

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

Shades of Royal Heath #A6557F

Tints of Royal Heath #A6557F

Color information

#A6557F (or 0xA6557F) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 7F. RGB value is (166,85,127). Sum of RGB (Red+Green+Blue) = 166+85+127=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6557F is #59AA80. Grayscale: #717171. Windows color (decimal): -5876353 or 8344998. OLE color: 8344998.

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

Color convert

RGB16685127-
CMYK00.490.230.35
HSL328.89º32.27%49.22%-
HSV(B)328.89º48.8%65.1%-
XYZ22.8116.1421.99-
YUV114.01135.34165.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 127 (50% from 255) = 33.60%
R=43.92%
G=22.49%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668512700.490.230.35328.8932.2749.22
HexA6557F03117231492031
Octal24612517706127435114061
Binary1010011010101011111111011000110111100011101001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6557F; }

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

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

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

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

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

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

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

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