#A84E75

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

Shades of Royal Heath #A84E75

Tints of Royal Heath #A84E75

Color information

#A84E75 (or 0xA84E75) is unknown color: approx Royal Heath. HEX triplet: A8, 4E and 75. RGB value is (168,78,117). Sum of RGB (Red+Green+Blue) = 168+78+117=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E75 is #57B18A. Grayscale: #6D6D6D. Windows color (decimal): -5747083 or 7687848. OLE color: 7687848.

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

Color convert

RGB16878117-
CMYK00.540.300.34
HSL334º36.59%48.24%-
HSV(B)334º53.57%65.88%-
XYZ22.0815.0618.57-
YUV109.36132.32169.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=46.28%
G=21.49%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687811700.540.300.3433436.5948.24
HexA84E750361E2214e2530
Octal25011616506636425164560
Binary1010100010011101110101011011011110100010101001110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E75; }

 p { color: rgb(168,78,117); }

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

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

 a { background-color: rgb(168,78,117); }

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

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

 span { border-color: rgb(168,78,117); }

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