#A85376

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

Shades of Royal Heath #A85376

Tints of Royal Heath #A85376

Color information

#A85376 (or 0xA85376) is unknown color: approx Royal Heath. HEX triplet: A8, 53 and 76. RGB value is (168,83,118). Sum of RGB (Red+Green+Blue) = 168+83+118=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A85376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85376 is #57AC89. Grayscale: #707070. Windows color (decimal): -5745802 or 7754664. OLE color: 7754664.

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

Color convert

RGB16883118-
CMYK00.510.300.34
HSL335.29º33.86%49.22%-
HSV(B)335.29º50.6%65.88%-
XYZ22.5115.8219.01-
YUV112.4131.16167.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=45.53%
G=22.49%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688311800.510.300.34335.2933.8649.22
HexA853760331E2214f2231
Octal25012316606336425174261
Binary1010100010100111110110011001111110100010101001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85376; }

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

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

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

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

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

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

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

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