#A05F7C

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

Shades of Strikemaster #A05F7C

Tints of Strikemaster #A05F7C

Color information

#A05F7C (or 0xA05F7C) is unknown color: approx Strikemaster. HEX triplet: A0, 5F and 7C. RGB value is (160,95,124). Sum of RGB (Red+Green+Blue) = 160+95+124=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F7C is #5FA083. Grayscale: #757575. Windows color (decimal): -6267012 or 8150944. OLE color: 8150944.

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

Color convert

RGB16095124-
CMYK00.410.220.37
HSL333.23º25.49%50%-
HSV(B)333.23º40.62%62.75%-
XYZ22.2317.1121.2-
YUV117.74131.53158.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=42.22%
G=25.07%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609512400.410.220.37333.2325.4950
HexA05F7C029162514d1932
Octal24013717405126455153162
Binary101000001011111111110001010011011010010110100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F7C; }

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

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

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

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

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

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

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

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