#A84074

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

Shades of Royal Heath #A84074

Tints of Royal Heath #A84074

Color information

#A84074 (or 0xA84074) is unknown color: approx Royal Heath. HEX triplet: A8, 40 and 74. RGB value is (168,64,116). Sum of RGB (Red+Green+Blue) = 168+64+116=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A84074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84074 is #57BF8B. Grayscale: #646464. Windows color (decimal): -5750668 or 7618728. OLE color: 7618728.

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

Color convert

RGB16864116-
CMYK00.620.310.34
HSL330º44.83%45.49%-
HSV(B)330º61.9%65.88%-
XYZ21.1313.2517.97-
YUV101.02136.46175.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=48.28%
G=18.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686411600.620.310.3433044.8345.49
HexA8407403E1F2214a2d2d
Octal25010016407637425125555
Binary1010100010000001110100011111011111100010101001010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84074; }

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

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

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

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

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

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

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

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