#A84274

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

Shades of Royal Heath #A84274

Tints of Royal Heath #A84274

Color information

#A84274 (or 0xA84274) is unknown color: approx Royal Heath. HEX triplet: A8, 42 and 74. RGB value is (168,66,116). Sum of RGB (Red+Green+Blue) = 168+66+116=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A84274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84274 is #57BD8B. Grayscale: #666666. Windows color (decimal): -5750156 or 7619240. OLE color: 7619240.

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

Color convert

RGB16866116-
CMYK00.610.310.34
HSL330.59º43.59%45.88%-
HSV(B)330.59º60.71%65.88%-
XYZ21.2513.4818.01-
YUV102.2135.79174.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=48%
G=18.86%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686611600.610.310.34330.5943.5945.88
HexA8427403D1F2214b2c2e
Octal25010216407537425135456
Binary1010100010000101110100011110111111100010101001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84274; }

 p { color: rgb(168,66,116); }

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

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

 a { background-color: rgb(168,66,116); }

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

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

 span { border-color: rgb(168,66,116); }

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