#A8467E

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

Shades of Royal Heath #A8467E

Tints of Royal Heath #A8467E

Color information

#A8467E (or 0xA8467E) is unknown color: approx Royal Heath. HEX triplet: A8, 46 and 7E. RGB value is (168,70,126). Sum of RGB (Red+Green+Blue) = 168+70+126=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8467E is #57B981. Grayscale: #696969. Windows color (decimal): -5749122 or 8275624. OLE color: 8275624.

HSL color Cylindrical-coordinate representation of color #A8467E: hue angle of 325.71º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8467E is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16870126-
CMYK00.580.250.34
HSL325.71º41.18%46.67%-
HSV(B)325.71º58.33%65.88%-
XYZ22.114.2121.32-
YUV105.69139.47172.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.15%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=46.15%
G=19.23%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687012600.580.250.34325.7141.1846.67
HexA8467E03A1922146292f
Octal25010617607231425065157
Binary1010100010001101111110011101011001100010101000110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8467E; }

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

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

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

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

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

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

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

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