#a84d74

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

Shades of Royal Heath #A84D74

Tints of Royal Heath #A84D74

Color information

#A84D74 (or 0xA84D74) is unknown color: approx Royal Heath. HEX triplet: A8, 4D and 74. RGB value is (168,77,116). Sum of RGB (Red+Green+Blue) = 168+77+116=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84D74 is #57B28B. Grayscale: #6C6C6C. Windows color (decimal): -5747340 or 7622056. OLE color: 7622056.

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

Color convert

RGB16877116-
CMYK00.540.310.34
HSL334.29º37.14%48.04%-
HSV(B)334.29º54.17%65.88%-
XYZ21.9514.8918.24-
YUV108.66132.15170.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=46.54%
G=21.33%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687711600.540.310.34334.2937.1448.04
HexA84D740361F2214e2530
Octal25011516406637425164560
Binary1010100010011011110100011011011111100010101001110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84d74; }

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

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

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

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

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

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

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

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