#A85379

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

Shades of Royal Heath #A85379

Tints of Royal Heath #A85379

Color information

#A85379 (or 0xA85379) is unknown color: approx Royal Heath. HEX triplet: A8, 53 and 79. RGB value is (168,83,121). Sum of RGB (Red+Green+Blue) = 168+83+121=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85379 is #57AC86. Grayscale: #707070. Windows color (decimal): -5745799 or 7951272. OLE color: 7951272.

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

Color convert

RGB16883121-
CMYK00.510.280.34
HSL333.18º33.86%49.22%-
HSV(B)333.18º50.6%65.88%-
XYZ22.6915.8919.96-
YUV112.75132.66167.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=45.16%
G=22.31%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688312100.510.280.34333.1833.8649.22
HexA853790331C2214d2231
Octal25012317106334425154261
Binary1010100010100111111001011001111100100010101001101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85379; }

 p { color: rgb(168,83,121); }

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

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

 a { background-color: rgb(168,83,121); }

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

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

 span { border-color: rgb(168,83,121); }

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