#A05F8F

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

Shades of Strikemaster #A05F8F

Tints of Strikemaster #A05F8F

Color information

#A05F8F (or 0xA05F8F) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 8F. RGB value is (160,95,143). Sum of RGB (Red+Green+Blue) = 160+95+143=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F8F is #5FA070. Grayscale: #777777. Windows color (decimal): -6266993 or 9396128. OLE color: 9396128.

HSL color Cylindrical-coordinate representation of color #A05F8F: hue angle of 315.69º 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 #A05F8F is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16095143-
CMYK00.410.110.37
HSL315.69º25.49%50%-
HSV(B)315.69º40.62%62.75%-
XYZ23.5517.6428.15-
YUV119.91141.03156.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=40.20%
G=23.87%
B=35.93%

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
Decimal1609514300.410.110.37315.6925.4950
HexA05F8F029B2513c1932
Octal24013721705113454743162
Binary101000001011111100011110101001101110010110011110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F8F; }

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

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

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

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

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

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

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

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