#A84576

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

Shades of Royal Heath #A84576

Tints of Royal Heath #A84576

Color information

#A84576 (or 0xA84576) is unknown color: approx Royal Heath. HEX triplet: A8, 45 and 76. RGB value is (168,69,118). Sum of RGB (Red+Green+Blue) = 168+69+118=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A84576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84576 is #57BA89. Grayscale: #686868. Windows color (decimal): -5749386 or 7751080. OLE color: 7751080.

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

Color convert

RGB16869118-
CMYK00.590.300.34
HSL330.3º41.77%46.47%-
HSV(B)330.3º58.93%65.88%-
XYZ21.5513.8918.68-
YUV104.19135.8173.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=47.32%
G=19.44%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686911800.590.300.34330.341.7746.47
HexA8457603B1E2214a2a2e
Octal25010516607336425125256
Binary1010100010001011110110011101111110100010101001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84576; }

 p { color: rgb(168,69,118); }

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

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

 a { background-color: rgb(168,69,118); }

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

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

 span { border-color: rgb(168,69,118); }

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