#A05F83

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

Shades of Strikemaster #A05F83

Tints of Strikemaster #A05F83

Color information

#A05F83 (or 0xA05F83) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 83. RGB value is (160,95,131). Sum of RGB (Red+Green+Blue) = 160+95+131=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F83 is #5FA07C. Grayscale: #767676. Windows color (decimal): -6267005 or 8609696. OLE color: 8609696.

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

Color convert

RGB16095131-
CMYK00.410.180.37
HSL326.77º25.49%50%-
HSV(B)326.77º40.62%62.75%-
XYZ22.6917.323.62-
YUV118.54135.03157.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=41.45%
G=24.61%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609513100.410.180.37326.7725.4950
HexA05F8302912251471932
Octal24013720305122455073162
Binary1010000010111111000001101010011001010010110100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F83; }

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

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

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

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

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

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

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

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