#A8517F

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

Shades of Royal Heath #A8517F

Tints of Royal Heath #A8517F

Color information

#A8517F (or 0xA8517F) is unknown color: approx Royal Heath. HEX triplet: A8, 51 and 7F. RGB value is (168,81,127). Sum of RGB (Red+Green+Blue) = 168+81+127=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8517F is #57AE80. Grayscale: #707070. Windows color (decimal): -5746305 or 8343976. OLE color: 8343976.

HSL color Cylindrical-coordinate representation of color #A8517F: hue angle of 328.28º 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 #A8517F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16881127-
CMYK00.520.240.34
HSL328.28º34.94%48.82%-
HSV(B)328.28º51.79%65.88%-
XYZ22.9215.7421.91-
YUV112.26136.32167.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 127 (50% from 255) = 33.78%
R=44.68%
G=21.54%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688112700.520.240.34328.2834.9448.82
HexA8517F03418221482331
Octal25012117706430425104361
Binary1010100010100011111111011010011000100010101001000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8517F; }

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

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

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

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

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

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

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

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