#A85B7B

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

Shades of Royal Heath #A85B7B

Tints of Royal Heath #A85B7B

Color information

#A85B7B (or 0xA85B7B) is unknown color: approx Royal Heath. HEX triplet: A8, 5B and 7B. RGB value is (168,91,123). Sum of RGB (Red+Green+Blue) = 168+91+123=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B7B is #57A484. Grayscale: #757575. Windows color (decimal): -5743749 or 8084392. OLE color: 8084392.

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

Color convert

RGB16891123-
CMYK00.460.270.34
HSL335.06º30.68%50.78%-
HSV(B)335.06º45.83%65.88%-
XYZ23.4617.2420.83-
YUV117.67131.01163.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=43.98%
G=23.82%
B=32.20%

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
Decimal1689112300.460.270.34335.0630.6850.78
HexA85B7B02E1B2214f1f33
Octal25013317305633425173763
Binary101010001011011111101101011101101110001010100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B7B; }

 p { color: rgb(168,91,123); }

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

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

 a { background-color: rgb(168,91,123); }

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

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

 span { border-color: rgb(168,91,123); }

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