#A65172

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

Shades of Royal Heath #A65172

Tints of Royal Heath #A65172

Color information

#A65172 (or 0xA65172) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 72. RGB value is (166,81,114). Sum of RGB (Red+Green+Blue) = 166+81+114=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A65172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65172 is #59AE8D. Grayscale: #6E6E6E. Windows color (decimal): -5877390 or 7492006. OLE color: 7492006.

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

Color convert

RGB16681114-
CMYK00.510.310.35
HSL336.71º34.41%48.43%-
HSV(B)336.71º51.2%65.1%-
XYZ21.7115.2117.71-
YUV110.18130.16167.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=45.98%
G=22.44%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668111400.510.310.35336.7134.4148.43
HexA651720331F231512230
Octal24612116206337435214260
Binary1010011010100011110010011001111111100011101010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65172; }

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

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

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

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

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

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

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

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