#A65179

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

Shades of Royal Heath #A65179

Tints of Royal Heath #A65179

Color information

#A65179 (or 0xA65179) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 79. RGB value is (166,81,121). Sum of RGB (Red+Green+Blue) = 166+81+121=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A65179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65179 is #59AE86. Grayscale: #6E6E6E. Windows color (decimal): -5877383 or 7950758. OLE color: 7950758.

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

Color convert

RGB16681121-
CMYK00.510.270.35
HSL331.76º34.41%48.43%-
HSV(B)331.76º51.2%65.1%-
XYZ22.1215.3719.89-
YUV110.98133.66167.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=45.11%
G=22.01%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668112100.510.270.35331.7634.4148.43
HexA651790331B2314c2230
Octal24612117106333435144260
Binary1010011010100011111001011001111011100011101001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65179; }

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

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

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

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

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

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

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

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