#A05A7C

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

Shades of Strikemaster #A05A7C

Tints of Strikemaster #A05A7C

Color information

#A05A7C (or 0xA05A7C) is unknown color: approx Strikemaster. HEX triplet: A0, 5A and 7C. RGB value is (160,90,124). Sum of RGB (Red+Green+Blue) = 160+90+124=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A7C is #5FA583. Grayscale: #727272. Windows color (decimal): -6268292 or 8149664. OLE color: 8149664.

HSL color Cylindrical-coordinate representation of color #A05A7C: hue angle of 330.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05A7C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16090124-
CMYK00.440.220.37
HSL330.86º28%49.02%-
HSV(B)330.86º43.75%62.75%-
XYZ21.7916.2421.06-
YUV114.81133.19160.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=42.78%
G=24.06%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609012400.440.220.37330.862849.02
HexA05A7C02C162514b1c31
Octal24013217405426455133461
Binary101000001011010111110001011001011010010110100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A7C; }

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

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

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

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

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

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

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

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