#A85174

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

Shades of Royal Heath #A85174

Tints of Royal Heath #A85174

Color information

#A85174 (or 0xA85174) is unknown color: approx Royal Heath. HEX triplet: A8, 51 and 74. RGB value is (168,81,116). Sum of RGB (Red+Green+Blue) = 168+81+116=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A85174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85174 is #57AE8B. Grayscale: #6E6E6E. Windows color (decimal): -5746316 or 7623080. OLE color: 7623080.

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

Color convert

RGB16881116-
CMYK00.520.310.34
HSL335.86º34.94%48.82%-
HSV(B)335.86º51.79%65.88%-
XYZ22.2415.4718.34-
YUV111130.82168.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=46.03%
G=22.19%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688111600.520.310.34335.8634.9448.82
HexA851740341F221502331
Octal25012116406437425204361
Binary1010100010100011110100011010011111100010101010000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85174; }

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

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

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

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

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

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

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

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