#A85071

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

Shades of Royal Heath #A85071

Tints of Royal Heath #A85071

Color information

#A85071 (or 0xA85071) is unknown color: approx Royal Heath. HEX triplet: A8, 50 and 71. RGB value is (168,80,113). Sum of RGB (Red+Green+Blue) = 168+80+113=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A85071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85071 is #57AF8E. Grayscale: #6E6E6E. Windows color (decimal): -5746575 or 7426216. OLE color: 7426216.

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

Color convert

RGB16880113-
CMYK00.520.330.34
HSL337.5º35.48%48.63%-
HSV(B)337.5º52.38%65.88%-
XYZ2215.2517.41-
YUV110.07129.65169.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=46.54%
G=22.16%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688011300.520.330.34337.535.4848.63
HexA8507103421221522331
Octal25012016106441425224361
Binary10101000101000011100010110100100001100010101010010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85071; }

 p { color: rgb(168,80,113); }

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

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

 a { background-color: rgb(168,80,113); }

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

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

 span { border-color: rgb(168,80,113); }

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