#A65176

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

Shades of Royal Heath #A65176

Tints of Royal Heath #A65176

Color information

#A65176 (or 0xA65176) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 76. RGB value is (166,81,118). Sum of RGB (Red+Green+Blue) = 166+81+118=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65176 is #59AE89. Grayscale: #6E6E6E. Windows color (decimal): -5877386 or 7754150. OLE color: 7754150.

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

Color convert

RGB16681118-
CMYK00.510.290.35
HSL333.88º34.41%48.43%-
HSV(B)333.88º51.2%65.1%-
XYZ21.9415.318.94-
YUV110.63132.16167.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=45.48%
G=22.19%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668111800.510.290.35333.8834.4148.43
HexA651760331D2314e2230
Octal24612116606335435164260
Binary1010011010100011110110011001111101100011101001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65176; }

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

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

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

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

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

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

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

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