#A85A7A

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

Shades of Royal Heath #A85A7A

Tints of Royal Heath #A85A7A

Color information

#A85A7A (or 0xA85A7A) is unknown color: approx Royal Heath. HEX triplet: A8, 5A and 7A. RGB value is (168,90,122). Sum of RGB (Red+Green+Blue) = 168+90+122=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A7A is #57A585. Grayscale: #747474. Windows color (decimal): -5744006 or 8018600. OLE color: 8018600.

HSL color Cylindrical-coordinate representation of color #A85A7A: hue angle of 335.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85A7A is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16890122-
CMYK00.460.270.34
HSL335.38º30.95%50.59%-
HSV(B)335.38º46.43%65.88%-
XYZ23.3217.0420.47-
YUV116.97130.84164.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=44.21%
G=23.68%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689012200.460.270.34335.3830.9550.59
HexA85A7A02E1B2214f1f33
Octal25013217205633425173763
Binary101010001011010111101001011101101110001010100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A7A; }

 p { color: rgb(168,90,122); }

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

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

 a { background-color: rgb(168,90,122); }

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

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

 span { border-color: rgb(168,90,122); }

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