#a05f8e

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

Shades of Strikemaster #A05F8E

Tints of Strikemaster #A05F8E

Color information

#A05F8E (or 0xA05F8E) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 8E. RGB value is (160,95,142). Sum of RGB (Red+Green+Blue) = 160+95+142=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F8E is #5FA071. Grayscale: #777777. Windows color (decimal): -6266994 or 9330592. OLE color: 9330592.

HSL color Cylindrical-coordinate representation of color #A05F8E: hue angle of 316.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F8E is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16095142-
CMYK00.410.110.37
HSL316.62º25.49%50%-
HSV(B)316.62º40.62%62.75%-
XYZ23.4717.6127.75-
YUV119.79140.53156.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=40.30%
G=23.93%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609514200.410.110.37316.6225.4950
HexA05F8E029B2513d1932
Octal24013721605113454753162
Binary101000001011111100011100101001101110010110011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05f8e; }

 p { color: rgb(160,95,142); }

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

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

 a { background-color: rgb(160,95,142); }

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

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

 span { border-color: rgb(160,95,142); }

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