#A85B8E

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

Shades of Strikemaster #A85B8E

Tints of Strikemaster #A85B8E

Color information

#A85B8E (or 0xA85B8E) is unknown color: approx Strikemaster. HEX triplet: A8, 5B and 8E. RGB value is (168,91,142). Sum of RGB (Red+Green+Blue) = 168+91+142=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B8E is #57A471. Grayscale: #777777. Windows color (decimal): -5743730 or 9329576. OLE color: 9329576.

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

Color convert

RGB16891142-
CMYK00.460.150.34
HSL320.26º30.68%50.78%-
HSV(B)320.26º45.83%65.88%-
XYZ24.7717.7627.71-
YUV119.84140.51162.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=41.90%
G=22.69%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689114200.460.150.34320.2630.6850.78
HexA85B8E02EF221401f33
Octal25013321605617425003763
Binary101010001011011100011100101110111110001010100000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B8E; }

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

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

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

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

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

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

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

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