#a84870

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

Shades of Royal Heath #A84870

Tints of Royal Heath #A84870

Color information

#A84870 (or 0xA84870) is unknown color: approx Royal Heath. HEX triplet: A8, 48 and 70. RGB value is (168,72,112). Sum of RGB (Red+Green+Blue) = 168+72+112=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84870 is #57B78F. Grayscale: #696969. Windows color (decimal): -5748624 or 7358632. OLE color: 7358632.

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

Color convert

RGB16872112-
CMYK00.570.330.34
HSL335º40%47.06%-
HSV(B)335º57.14%65.88%-
XYZ21.3914.1316.93-
YUV105.26131.8172.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=47.73%
G=20.45%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687211200.570.330.343354047.06
HexA84870039212214f282f
Octal25011016007141425175057
Binary10101000100100011100000111001100001100010101001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84870; }

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

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

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

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

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

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

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

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