#A05F81

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

Shades of Strikemaster #A05F81

Tints of Strikemaster #A05F81

Color information

#A05F81 (or 0xA05F81) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 81. RGB value is (160,95,129). Sum of RGB (Red+Green+Blue) = 160+95+129=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F81 is #5FA07E. Grayscale: #767676. Windows color (decimal): -6267007 or 8478624. OLE color: 8478624.

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

Color convert

RGB16095129-
CMYK00.410.190.37
HSL328.62º25.49%50%-
HSV(B)328.62º40.62%62.75%-
XYZ22.5517.2422.91-
YUV118.31134.03157.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=41.67%
G=24.74%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609512900.410.190.37328.6225.4950
HexA05F8102913251491932
Octal24013720105123455113162
Binary1010000010111111000000101010011001110010110100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F81; }

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

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

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

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

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

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

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

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