#A85279

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

Shades of Royal Heath #A85279

Tints of Royal Heath #A85279

Color information

#A85279 (or 0xA85279) is unknown color: approx Royal Heath. HEX triplet: A8, 52 and 79. RGB value is (168,82,121). Sum of RGB (Red+Green+Blue) = 168+82+121=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85279 is #57AD86. Grayscale: #707070. Windows color (decimal): -5746055 or 7951016. OLE color: 7951016.

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

Color convert

RGB16882121-
CMYK00.510.280.34
HSL332.79º34.4%49.02%-
HSV(B)332.79º51.19%65.88%-
XYZ22.6215.7419.94-
YUV112.16132.99167.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=45.28%
G=22.10%
B=32.61%

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
Decimal1688212100.510.280.34332.7934.449.02
HexA852790331C2214d2231
Octal25012217106334425154261
Binary1010100010100101111001011001111100100010101001101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85279; }

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

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

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

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

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

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

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

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