#A0657E

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

Shades of Strikemaster #A0657E

Tints of Strikemaster #A0657E

Color information

#A0657E (or 0xA0657E) is unknown color: approx Strikemaster. HEX triplet: A0, 65 and 7E. RGB value is (160,101,126). Sum of RGB (Red+Green+Blue) = 160+101+126=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0657E is #5F9A81. Grayscale: #797979. Windows color (decimal): -6265474 or 8283552. OLE color: 8283552.

HSL color Cylindrical-coordinate representation of color #A0657E: hue angle of 334.58º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0657E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160101126-
CMYK00.370.210.37
HSL334.58º23.69%51.18%-
HSV(B)334.58º36.88%62.75%-
XYZ22.9218.2922.06-
YUV121.49130.55155.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=41.34%
G=26.10%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010112600.370.210.37334.5823.6951.18
HexA0657E025152514f1833
Octal24014517604525455173063
Binary101000001100101111111001001011010110010110100111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0657E; }

 p { color: rgb(160,101,126); }

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

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

 a { background-color: rgb(160,101,126); }

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

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

 span { border-color: rgb(160,101,126); }

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