#A75186

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

Shades of Royal Heath #A75186

Tints of Royal Heath #A75186

Color information

#A75186 (or 0xA75186) is unknown color: approx Royal Heath. HEX triplet: A7, 51 and 86. RGB value is (167,81,134). Sum of RGB (Red+Green+Blue) = 167+81+134=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75186 is #58AE79. Grayscale: #707070. Windows color (decimal): -5811834 or 8802727. OLE color: 8802727.

HSL color Cylindrical-coordinate representation of color #A75186: hue angle of 323.02º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75186 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16781134-
CMYK00.510.200.35
HSL323.02º34.68%48.63%-
HSV(B)323.02º51.5%65.49%-
XYZ23.1815.8224.39-
YUV112.76139.99166.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=43.72%
G=21.20%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678113400.510.200.35323.0234.6848.63
HexA7518603314231432331
Octal24712120606324435034361
Binary10100111101000110000110011001110100100011101000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75186; }

 p { color: rgb(167,81,134); }

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

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

 a { background-color: rgb(167,81,134); }

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

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

 span { border-color: rgb(167,81,134); }

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