#A8487F

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

Shades of Royal Heath #A8487F

Tints of Royal Heath #A8487F

Color information

#A8487F (or 0xA8487F) is unknown color: approx Royal Heath. HEX triplet: A8, 48 and 7F. RGB value is (168,72,127). Sum of RGB (Red+Green+Blue) = 168+72+127=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8487F is #57B780. Grayscale: #6A6A6A. Windows color (decimal): -5748609 or 8341672. OLE color: 8341672.

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

Color convert

RGB16872127-
CMYK00.570.240.34
HSL325.62º40%47.06%-
HSV(B)325.62º57.14%65.88%-
XYZ22.314.4921.7-
YUV106.97139.3171.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 127 (50% from 255) = 34.60%
R=45.78%
G=19.62%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687212700.570.240.34325.624047.06
HexA8487F0391822146282f
Octal25011017707130425065057
Binary1010100010010001111111011100111000100010101000110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8487F; }

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

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

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

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

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

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

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

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