#A84474

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

Shades of Royal Heath #A84474

Tints of Royal Heath #A84474

Color information

#A84474 (or 0xA84474) is unknown color: approx Royal Heath. HEX triplet: A8, 44 and 74. RGB value is (168,68,116). Sum of RGB (Red+Green+Blue) = 168+68+116=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84474 is #57BB8B. Grayscale: #676767. Windows color (decimal): -5749644 or 7619752. OLE color: 7619752.

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

Color convert

RGB16868116-
CMYK00.600.310.34
HSL331.2º42.37%46.27%-
HSV(B)331.2º59.52%65.88%-
XYZ21.3713.7218.05-
YUV103.37135.13174.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=47.73%
G=19.32%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686811600.600.310.34331.242.3746.27
HexA8447403C1F2214b2a2e
Octal25010416407437425135256
Binary1010100010001001110100011110011111100010101001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84474; }

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

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

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

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

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

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

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

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