#A85B8C

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

Shades of Strikemaster #A85B8C

Tints of Strikemaster #A85B8C

Color information

#A85B8C (or 0xA85B8C) is unknown color: approx Strikemaster. HEX triplet: A8, 5B and 8C. RGB value is (168,91,140). Sum of RGB (Red+Green+Blue) = 168+91+140=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B8C is #57A473. Grayscale: #777777. Windows color (decimal): -5743732 or 9198504. OLE color: 9198504.

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

Color convert

RGB16891140-
CMYK00.460.170.34
HSL321.82º30.68%50.78%-
HSV(B)321.82º45.83%65.88%-
XYZ24.6217.726.93-
YUV119.61139.51162.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=42.11%
G=22.81%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689114000.460.170.34321.8230.6850.78
HexA85B8C02E11221421f33
Octal25013321405621425023763
Binary1010100010110111000110001011101000110001010100001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B8C; }

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

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

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

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

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

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

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

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