#A8517B

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

Shades of Royal Heath #A8517B

Tints of Royal Heath #A8517B

Color information

#A8517B (or 0xA8517B) is unknown color: approx Royal Heath. HEX triplet: A8, 51 and 7B. RGB value is (168,81,123). Sum of RGB (Red+Green+Blue) = 168+81+123=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A8517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8517B is #57AE84. Grayscale: #6F6F6F. Windows color (decimal): -5746309 or 8081832. OLE color: 8081832.

HSL color Cylindrical-coordinate representation of color #A8517B: hue angle of 331.03º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8517B is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16881123-
CMYK00.520.270.34
HSL331.03º34.94%48.82%-
HSV(B)331.03º51.79%65.88%-
XYZ22.6715.6420.56-
YUV111.8134.32168.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=45.16%
G=21.77%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688112300.520.270.34331.0334.9448.82
HexA8517B0341B2214b2331
Octal25012117306433425134361
Binary1010100010100011111011011010011011100010101001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8517B; }

 p { color: rgb(168,81,123); }

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

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

 a { background-color: rgb(168,81,123); }

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

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

 span { border-color: rgb(168,81,123); }

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