#A65174

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

Shades of Royal Heath #A65174

Tints of Royal Heath #A65174

Color information

#A65174 (or 0xA65174) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 74. RGB value is (166,81,116). Sum of RGB (Red+Green+Blue) = 166+81+116=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65174 is #59AE8B. Grayscale: #6E6E6E. Windows color (decimal): -5877388 or 7623078. OLE color: 7623078.

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

Color convert

RGB16681116-
CMYK00.510.300.35
HSL335.29º34.41%48.43%-
HSV(B)335.29º51.2%65.1%-
XYZ21.8215.2518.32-
YUV110.4131.16167.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=45.73%
G=22.31%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668111600.510.300.35335.2934.4148.43
HexA651740331E2314f2230
Octal24612116406336435174260
Binary1010011010100011110100011001111110100011101001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65174; }

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

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

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

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

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

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

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

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