#A85378

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

Shades of Royal Heath #A85378

Tints of Royal Heath #A85378

Color information

#A85378 (or 0xA85378) is unknown color: approx Royal Heath. HEX triplet: A8, 53 and 78. RGB value is (168,83,120). Sum of RGB (Red+Green+Blue) = 168+83+120=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85378 is #57AC87. Grayscale: #707070. Windows color (decimal): -5745800 or 7885736. OLE color: 7885736.

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

Color convert

RGB16883120-
CMYK00.510.290.34
HSL333.88º33.86%49.22%-
HSV(B)333.88º50.6%65.88%-
XYZ22.6315.8719.64-
YUV112.63132.16167.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=45.28%
G=22.37%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688312000.510.290.34333.8833.8649.22
HexA853780331D2214e2231
Octal25012317006335425164261
Binary1010100010100111111000011001111101100010101001110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85378; }

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

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

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

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

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

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

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

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