#A84F78

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

Shades of Royal Heath #A84F78

Tints of Royal Heath #A84F78

Color information

#A84F78 (or 0xA84F78) is unknown color: approx Royal Heath. HEX triplet: A8, 4F and 78. RGB value is (168,79,120). Sum of RGB (Red+Green+Blue) = 168+79+120=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F78 is #57B087. Grayscale: #6E6E6E. Windows color (decimal): -5746824 or 7884712. OLE color: 7884712.

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

Color convert

RGB16879120-
CMYK00.530.290.34
HSL332.36º36.03%48.43%-
HSV(B)332.36º52.98%65.88%-
XYZ22.3315.2719.54-
YUV110.28133.49169.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=45.78%
G=21.53%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687912000.530.290.34332.3636.0348.43
HexA84F780351D2214c2430
Octal25011717006535425144460
Binary1010100010011111111000011010111101100010101001100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F78; }

 p { color: rgb(168,79,120); }

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

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

 a { background-color: rgb(168,79,120); }

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

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

 span { border-color: rgb(168,79,120); }

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