#A84473

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

Shades of Royal Heath #A84473

Tints of Royal Heath #A84473

Color information

#A84473 (or 0xA84473) is unknown color: approx Royal Heath. HEX triplet: A8, 44 and 73. RGB value is (168,68,115). Sum of RGB (Red+Green+Blue) = 168+68+115=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84473 is #57BB8C. Grayscale: #676767. Windows color (decimal): -5749645 or 7554216. OLE color: 7554216.

HSL color Cylindrical-coordinate representation of color #A84473: hue angle of 331.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84473 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16868115-
CMYK00.600.320.34
HSL331.8º42.37%46.27%-
HSV(B)331.8º59.52%65.88%-
XYZ21.3113.717.74-
YUV103.26134.63174.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=47.86%
G=19.37%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686811500.600.320.34331.842.3746.27
HexA8447303C202214c2a2e
Octal25010416307440425145256
Binary10101000100010011100110111100100000100010101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84473; }

 p { color: rgb(168,68,115); }

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

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

 a { background-color: rgb(168,68,115); }

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

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

 span { border-color: rgb(168,68,115); }

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