#A8517E

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

Shades of Royal Heath #A8517E

Tints of Royal Heath #A8517E

Color information

#A8517E (or 0xA8517E) is unknown color: approx Royal Heath. HEX triplet: A8, 51 and 7E. RGB value is (168,81,126). Sum of RGB (Red+Green+Blue) = 168+81+126=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8517E is #57AE81. Grayscale: #707070. Windows color (decimal): -5746306 or 8278440. OLE color: 8278440.

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

Color convert

RGB16881126-
CMYK00.520.250.34
HSL328.97º34.94%48.82%-
HSV(B)328.97º51.79%65.88%-
XYZ22.8615.7221.57-
YUV112.14135.82167.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=44.8%
G=21.6%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688112600.520.250.34328.9734.9448.82
HexA8517E03419221492331
Octal25012117606431425114361
Binary1010100010100011111110011010011001100010101001001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8517E; }

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

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

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

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

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

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

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

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