#A05F7A

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

Shades of Strikemaster #A05F7A

Tints of Strikemaster #A05F7A

Color information

#A05F7A (or 0xA05F7A) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 7A. RGB value is (160,95,122). Sum of RGB (Red+Green+Blue) = 160+95+122=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F7A is #5FA085. Grayscale: #757575. Windows color (decimal): -6267014 or 8019872. OLE color: 8019872.

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

Color convert

RGB16095122-
CMYK00.410.240.37
HSL335.08º25.49%50%-
HSV(B)335.08º40.62%62.75%-
XYZ22.117.0620.54-
YUV117.51130.53158.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=42.44%
G=25.20%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609512200.410.240.37335.0825.4950
HexA05F7A029182514f1932
Octal24013717205130455173162
Binary101000001011111111101001010011100010010110100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F7A; }

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

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

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

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

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

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

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

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