#A85383

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

Shades of Royal Heath #A85383

Tints of Royal Heath #A85383

Color information

#A85383 (or 0xA85383) is unknown color: approx Royal Heath. HEX triplet: A8, 53 and 83. RGB value is (168,83,131). Sum of RGB (Red+Green+Blue) = 168+83+131=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A85383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85383 is #57AC7C. Grayscale: #717171. Windows color (decimal): -5745789 or 8606632. OLE color: 8606632.

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

Color convert

RGB16883131-
CMYK00.510.220.34
HSL326.12º33.86%49.22%-
HSV(B)326.12º50.6%65.88%-
XYZ23.3416.1523.36-
YUV113.89137.66166.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=43.98%
G=21.73%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688313100.510.220.34326.1233.8649.22
HexA8538303316221462231
Octal25012320306326425064261
Binary10101000101001110000011011001110110100010101000110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85383; }

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

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

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

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

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

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

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

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