#A85185

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

Shades of Royal Heath #A85185

Tints of Royal Heath #A85185

Color information

#A85185 (or 0xA85185) is unknown color: approx Royal Heath. HEX triplet: A8, 51 and 85. RGB value is (168,81,133). Sum of RGB (Red+Green+Blue) = 168+81+133=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A85185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85185 is #57AE7A. Grayscale: #707070. Windows color (decimal): -5746299 or 8737192. OLE color: 8737192.

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

Color convert

RGB16881133-
CMYK00.520.210.34
HSL324.14º34.94%48.82%-
HSV(B)324.14º51.79%65.88%-
XYZ23.3215.924.03-
YUV112.94139.32167.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 133 (52.34% from 255) = 34.82%
R=43.98%
G=21.20%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688113300.520.210.34324.1434.9448.82
HexA8518503415221442331
Octal25012120506425425044361
Binary10101000101000110000101011010010101100010101000100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85185; }

 p { color: rgb(168,81,133); }

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

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

 a { background-color: rgb(168,81,133); }

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

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

 span { border-color: rgb(168,81,133); }

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